- 11 Şub, 2015 11 kayıt (commit)
-
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
This is a performance optimization and also fixes test errors with the upcoming merge of contrib tests into tests/. The tests failed on MySQL because the models with GeometryField were being checked but the non-GIS MySQL backend didn't know how to handle them.
-
Daniel Pyrathon yazdı
-
- 10 Şub, 2015 8 kayıt (commit)
-
-
Josh Smeaton yazdı
-
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ı
-