- 22 Eyl, 2017 4 kayıt (commit)
-
-
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 4 kayıt (commit)
-
-
Tim Graham yazdı
-
Johannes Hoppe yazdı
-
Tim Graham yazdı
-
tk yazdı
-
- 18 Eyl, 2017 8 kayıt (commit)
-
-
Mariusz Felisiak yazdı
Fixed #28597 -- Fixed crash with the name of a model's autogenerated primary key in an Index's fields.
-
Johannes Hoppe yazdı
Thanks Florian Apolloner and Tim Graham for review and contributing to the patch.
-
-
Claude Paroz yazdı
Thanks Tim Graham for the review.
-
Mads Jensen yazdı
Thanks Josh Smeaton, Mariusz Felisiak, Sergey Fedoseev, Simon Charettes, Adam Chainz/Johnson and Tim Graham for comments and reviews and Jamie Cockburn for initial patch.
-
Tim Graham yazdı
-
Mads Jensen yazdı
-
Claude Paroz yazdı
This reverts commit 01c6a3e2. Unfortunately, the YAML serializer is not yet able to cope with time values.
-
- 17 Eyl, 2017 1 kayıt (commit)
-
-
Claude Paroz yazdı
-
- 16 Eyl, 2017 3 kayıt (commit)
-
-
elky yazdı
-
Sergey Fedoseev yazdı
Seems unneeded since its introduction in f59fd15c.
-
Sergey Fedoseev yazdı
-
- 15 Eyl, 2017 3 kayıt (commit)
-
-
Igor Gumenyuk yazdı
-
Tim Graham yazdı
-
Mads Jensen yazdı
-
- 14 Eyl, 2017 3 kayıt (commit)
-
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Mariusz Felisiak yazdı
-
- 13 Eyl, 2017 3 kayıt (commit)
-
-
Tim Graham yazdı
The old location remains for backwards compatibility. Documentation will be updated separately along with the rest of the URL routing changes.
-
Mariusz Felisiak yazdı
-
Mariusz Felisiak yazdı
Thanks Mariusz Felisiak for the Oracle part and Tim Graham for the review.
-