- 24 Eyl, 2017 3 kayıt (commit)
-
-
Claude Paroz yazdı
Regression introduced in 1f3dfd78.
-
Claude Paroz yazdı
Forward port of 60010417 from stable/2.0.x.
-
Claude Paroz yazdı
-
- 22 Eyl, 2017 24 kayıt (commit)
-
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
Per deprecation timeline.
-
Tim Graham yazdı
Per deprecation timeline.
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
Refs #25187 -- Required the authenticate() method of authentication backends to have request as the first positional argument. Per deprecation timeline.
-
Tim Graham yazdı
-
Tim Graham yazdı
Per deprecation timeline.
-
Tim Graham yazdı
Per deprecation timeline.
-
Tim Graham yazdı
Refs #20892 -- Removed support for passing pylibmc behavior settings as top-level attributes of CACHES['OPTIONS']. Per deprecation timeline.
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
Per deprecation timeline.
-
Tim Graham yazdı
Per deprecation timeline.
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Nicolas Delaby yazdı
Thanks Anssi Kääriäinen for contributing to the patch.
-
Mariusz Felisiak yazdı
Unused since its introduction in d725cc97.
-
Daniel Tao yazdı
_populate() sets the populating attribute to prevent infinite recursion in case a urlconf includes itself. The flag is a threadlocal to avoid a race condition [1] where one thread sets the flag and another checks it, then proceeds to access data that's supposed to be populated (e.g. _reverse_dict) but isn't yet. The potential still exists for a thread to set the threadlocal, then be interrupted by a signal such as SIGALRM and raise before resetting the threadlocal flag. In this scenario, subsequent calls to _populate() in the same thread will short-circuit erroneously. The bulk of the method was already wrapped in a try/finally in df41b5a0, but since a signal interrupt can occur at any line executed by the interpreter, this moves up the try to ensure threadlocal gets reset. [1]: https://groups.google.com/d/msg/django-developers/D_bIeinKHjE/4NmVQUJqAgAJ
-
- 21 Eyl, 2017 6 kayıt (commit)
-
-
Anssi Kääriäinen yazdı
-
Shai Berger yazdı
Thanks Adam Johnson, Carl Meyer, Anssi Kääriäinen, Mariusz Felisiak, Michael Manfre, and Tim Graham for discussion and review.
-
Stefan Sinca yazdı
-
Mads Jensen yazdı
-
Niall Dalton yazdı
-
Thomas Schorr yazdı
-
- 20 Eyl, 2017 5 kayıt (commit)
-
-
Sjoerd Job Postmus yazdı
Thanks Aymeric Augustin for shepherding the DEP and patch review. Thanks Marten Kenbeek and Tim Graham for contributing to the code. Thanks Tom Christie, Shai Berger, and Tim Graham for the docs.
-
Florian Apolloner yazdı
Regression in eef95ea9.
-
Florian Apolloner yazdı
-
Tim Graham yazdı
-
Nicolas Delaby yazdı
Unneeded since its introduction in 4f138fe5.
-
- 19 Eyl, 2017 2 kayıt (commit)
-
-
Tim Graham yazdı
-
Johannes Hoppe yazdı
-