- 25 Ock, 2013 2 kayıt (commit)
-
-
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 4 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.
-
Anssi Kääriäinen yazdı
Refs #19399. Thanks to Track alias KJ for the patch.
-
- 17 Ock, 2013 2 kayıt (commit)
-
-
Craig Blaszczyk yazdı
Thanks Craig Blaszczyk for the initial patch. Refs #17181.
-
Ramiro Morales yazdı
-
- 16 Ock, 2013 3 kayıt (commit)
-
-
Ramiro Morales yazdı
It creates a `locale/django.pot` file once instead of one `locale/<locale_code>/django.pot` file for every locale involved. Thanks Michal Čihař for the report and patch.
-
Ramiro Morales yazdı
Thanks airstrike for the report and initial patch, Julien for an enhanced patch and Jannis for reviewing.
-
Tim Graham yazdı
Thanks Daniele Procida.
-
- 15 Ock, 2013 4 kayıt (commit)
-
-
Aymeric Augustin yazdı
Removed untested optional dependency on mx libraries.
-
Matt Robenolt yazdı
-
Aymeric Augustin yazdı
These features are implemented, tracked in tickets, or not necessary. Thanks Bruno Renié.
-
Aymeric Augustin yazdı
-