- 26 Ock, 2013 3 kayıt (commit)
-
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
See also BaseUserManager.normalize_email -- it uses rsplit. Refs #4833.
-
- 25 Ock, 2013 9 kayıt (commit)
-
-
Claude Paroz yazdı
-
Claude Paroz yazdı
Thanks jose.sanchez et ezeep.com for the report and Vladimir Ulupov for the initial patch.
-
Claude Paroz yazdı
Refs #16612. Thanks Aymeric Augustin for the suggestion.
-
Ramiro Morales yazdı
This reverts commit 2babab0b.
-
Ramiro Morales yazdı
-
Ramiro Morales yazdı
-
Claude Paroz yazdı
Thanks Stefan Koegl for the report and Simon Charette for the review.
-
Tim Graham yazdı
Thanks foo@ for the report and Florian Apolloner for the review.
-
Ramiro Morales yazdı
Also: * Added a ``--no-startup`` option to disable this behavior. Previous logic to try to execute the code in charge of this funcionality was flawed (it only tried to do so if the user asked for ipython/bpython and they weren't found) * Expand ``~`` in PYTHONSTARTUP value. Thanks hekevintran at gmail dot com for the report and initial patch. Refs #3381.
-
- 24 Ock, 2013 6 kayıt (commit)
-
-
Tim Graham yazdı
Thanks charettes.
-
Florian Apolloner yazdı
-
Ramiro Morales yazdı
-
Aymeric Augustin yazdı
-
Claude Paroz yazdı
Thanks Łukasz Rekucki for the report and the patch.
-
Nick Sandford yazdı
-
- 23 Ock, 2013 5 kayıt (commit)
-
-
Justin Bronn yazdı
-
Tim Graham yazdı
Thanks will@ for the suggestion.
-
Preston Holmes yazdı
Remove dup_select_related method.
-
Marc Tamlyn yazdı
This undocumented method was used in an old version of the admin, is totally untested and hails from 2008. Although it's listed in the "public methods" section, as it's not documented or used I don't think it needs a deprecation path. If we think it's useful I'll write some tests/docs for it instead...
-
Tim Graham yazdı
-
- 22 Ock, 2013 5 kayıt (commit)
-
-
Tim Graham yazdı
Thanks epicserve for the suggestion.
-
Tim Graham yazdı
Thanks wim@ for the suggestion.
-
Anders Kaseorg yazdı
Previous version took about 150ms to source, even on a warm cache, primarily because it forks+execs /usr/bin/basename 44 times. This patch makes it faster by a factor of 5 (and I imagine that a little more thought would reduce the time to effectively zero).
-
Florian Apolloner yazdı
This is needed to support custom user models which don't define a manager named `objects`.
-
Ramiro Morales yazdı
-
- 21 Ock, 2013 3 kayıt (commit)
-
-
Claude Paroz yazdı
Shame on me.
-
Claude Paroz yazdı
Thanks Ricardo di Virgilio for the report, Mateus Gondim for the patch and Nick Sandford for the review.
-
Claude Paroz yazdı
Thanks lsaffre for the report. Refs #19325.
-
- 20 Ock, 2013 3 kayıt (commit)
-
-
Anssi Kääriäinen yazdı
The main cleanup was removal of non-necessary __unicode__ method. The tests didn't break on py3 as the string representation was never used in the tests. Refs #17813. Thanks to Simon Charette for spotting this issue.
-
Anssi Kääriäinen yazdı
Refs #17813
-
Nick Sandford yazdı
Thanks a lot to everybody participating in developing this feature. The patch was developed by multiple people, at least Trac aliases tonnzor, jimmysong, Fandekasp and slurms. Stylistic changes added by committer.
-
- 19 Ock, 2013 3 kayıt (commit)
-
-
Ramiro Morales yazdı
-
Claude Paroz yazdı
-
Jani Tiainen yazdı
-
- 18 Ock, 2013 3 kayıt (commit)
-
-
Tim Graham yazdı
Thanks dpravdin and Jordan Messina.
-
Aymeric Augustin yazdı
Thanks grossmanandy at bfusa com and Simon Charette.
-
Anssi Kääriäinen yazdı
The class wasn't used anywhere except in RelatedObject.bind(), which wasn't used anywhere. The class had one method defined as NotImplemented, yet the class wasn't subclassed anywhere. In short, the class was dead code.
-