- 10 Şub, 2015 7 kayıt (commit)
-
-
Aymeric Augustin yazdı
Removed fragile algorithm to find which application a model belongs to. Fixed #21680, #21719. Refs #21794.
-
Aymeric Augustin yazdı
During the autumn DST change, the template engine would fail to convert the naive representation of now when USE_TZ = True. Passing now in UTC eliminates the issue. Thanks mbertheau and tricoder42. Refs #23714.
-
Loic Bistuer yazdı
-
Loic Bistuer yazdı
-
Tim Graham yazdı
-
Aymeric Augustin yazdı
This reduces the length of rope RequestContext gives users to hang themselves with. Thanks Alex Hill for the report and Tim Graham for the review.
-
Tim Graham yazdı
-
- 09 Şub, 2015 13 kayıt (commit)
-
-
Simon Charette yazdı
Used setUpTestData, client login/logout and manager's count() method. Thanks to Tim for the review.
-
Simon Charette yazdı
Thanks to Tim for the review.
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Claude Paroz yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Daniel Wiesmann yazdı
Numpy will be used in both the geos and gdal modules, so the import should sit in the parent module gis.
-
-
Tim Graham yazdı
-
Aron Podrigal yazdı
-
я котик пур-пур yazdı
-
Tim Graham yazdı
-
- 08 Şub, 2015 5 kayıt (commit)
-
-
Alex Gaynor yazdı
This significantly improves performance on PyPy. The previous implementation would generate a new class on every single request, which is relatively slow.
-
Alex Gaynor yazdı
This dramatically improves performance on PyPy. The following benchmark: python -mtimeit -s "from django.utils.functional import allow_lazy; from django.utils.translation import ugettext_lazy; f = allow_lazy(lambda s: s, str)" "f(ugettext_lazy('abc'))" goes from 390us per loop to 165us.
-
Claude Paroz yazdı
Refs #15779. This will allow easier admin URL changes, when needed. Thanks Simon Charette for the review.
-
Tim Graham yazdı
-
Varun Sharma yazdı
Report and original patch by Kay Cha.
-
- 07 Şub, 2015 3 kayıt (commit)
-
-
Markus Holtermann yazdı
Revert "Fixed #24075 -- Prevented running post_migrate signals when unapplying initial migrations of contenttypes and auth" This reverts commit 737d2492.
-
Markus Holtermann yazdı
This reverts commit 51dc617b.
-
Peter Inglesby yazdı
-
- 06 Şub, 2015 12 kayıt (commit)
-
-
Claude Paroz yazdı
Refs #15775.
-
wrwrwr yazdı
-
Collin Anderson yazdı
-
Tim Graham yazdı
This script is no longer used according to Claude, our translations manager.
-
Tim Graham yazdı
-
Tim Graham yazdı
This script uses the unmaintained hotshot module (gone on Python 3) and doesn't seem to be Django specific in any way.
-
minusf yazdı
-
Anssi Kääriäinen yazdı
This issue was fixed in afe0bb7b.
-
Aymeric Augustin yazdı
Sorry, I couldn't stand the inconsistency between the two databases anymore.
-
Aymeric Augustin yazdı
This message was introduced to help people figure out quickly when they aren't running the tests against the copy of Django they're editing. There's no reason to display it when verbosity is set to 0. It defaults to 1.
-
Tim Graham yazdı
Aymeric says, "It was fun to write, but I don't think it's very useful."
-
Tim Graham yazdı
-