- 12 Şub, 2015 2 kayıt (commit)
-
-
Tim Graham yazdı
This allows using a UUIDField primary key along with the JSON session serializer. Thanks to Trac alias jamesbeith for the report and Simon Charette for the initial patch. Backport of 0f7f5bc9 from master
-
Lukas Klein yazdı
Backport of 93b3ef9b from master.
-
- 11 Şub, 2015 18 kayıt (commit)
-
-
Josh Smeaton yazdı
Backport of e2d6e146 from master
-
Collin Anderson yazdı
Backport of 07cfe1bd from master
-
Tim Graham yazdı
Backport of 8ec306a3 from master
-
Tim Graham yazdı
Backport of 7cf3a578 from master
-
Tim Graham yazdı
Backport of ad0be620 from master
-
Tim Graham yazdı
Backport of 5ab327a3 from master
-
Tim Graham yazdı
Backport of 2d7aca3d from master
-
Tim Graham yazdı
Backport of 8192a164 from master
-
Tim Graham yazdı
Backport of 00da4609 from master
-
Tim Graham yazdı
Backport of b3cd9e0d from master
-
Tim Graham yazdı
Backport of fac3a34c from master
-
Tim Graham yazdı
Backport of fbc467c2 from master
-
Tim Graham yazdı
Backport of d8341bf0 from master
-
Tim Graham yazdı
Backport of d3a72505 from master
-
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. Backport of 197dd4b8 from master
-
Daniel Pyrathon yazdı
Backport of 19188826 from master
-
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. Backport of c7a6996d from master
-
Loic Bistuer yazdı
Backport of e9874d4c from master
-
- 10 Şub, 2015 3 kayıt (commit)
-
-
Loic Bistuer yazdı
Backport of c8e24bbc from master
-
Josh Smeaton yazdı
Backport of 1fbe8a2d from master
-
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. Backport of f2c104ad from master.
-
- 09 Şub, 2015 8 kayıt (commit)
-
-
Tim Graham yazdı
Backport of 0ed7d155 from master
-
Tim Graham yazdı
-
Tim Graham yazdı
Backport of 2d7c27d3 from master
-
jMyles yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
Backport of e144e0e2 from master
-
Aron Podrigal yazdı
Backport of 4d73303e from master
-
Aymeric Augustin yazdı
Backport of 146dd7be from master
-
- 08 Şub, 2015 4 kayıt (commit)
-
-
Claude Paroz yazdı
Refs #15779. This will allow easier admin URL changes, when needed. Thanks Simon Charette for the review. Backport of 32e6a7d3 from master
-
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. Backport of 8099d33b from master
-
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. Backport of 82e0cd15 from master
-
Varun Sharma yazdı
Report and original patch by Kay Cha. Backport of 540ca563 from master.
-
- 07 Şub, 2015 3 kayıt (commit)
-
-
Markus Holtermann yazdı
[1.8.x] Revert "Fixed #24075 -- Prevented running post_migrate signals when unapplying initial migrations of contenttypes and auth" This reverts commit 737d2492. Backport of 2832a9b0 from master
-
Markus Holtermann yazdı
This reverts commit 51dc617b. Backport of bd3d796e from master
-
Peter Inglesby yazdı
Backport of a8f1c70d from master
-
- 06 Şub, 2015 2 kayıt (commit)
-
-
Collin Anderson yazdı
Backport of db77915c from master
-
Tim Graham yazdı
Aymeric says, "It was fun to write, but I don't think it's very useful." Backport of 607af78b from master
-