| Age | Commit message (Collapse) | Author |
|
|
|
__exact.
Regression in ec50937bcbe160e658ef881021402e156beb0eaf.
Thanks Simon Charette for review.
Backport of 1b73ccc4bf78af905f72f4658cf463f38ebf7b97 from master
|
|
Backport of 61a6245dc5c9ad8423dcceb47fdeff167c838542 from master
|
|
mutating get_user_permissions().
Backport of d98210c25577e7f007605f4960672e887dd452e6 from master
|
|
Using lowercased model class names suggested that accessing the attribute
from instances of the class returned an instance of the descriptor, but
this is only the case when accessed from the model class.
Backport of 9dd405973cc39c00e50e28869808fb0797fea2b4 from master
|
|
Backport of f2868f97399955650c47c948dc57c376bebb67b1 from master
|
|
Thanks Eneko Illarramendi for the report and initial patch.
Backport of 8c538871bda3832bca2dddefe317bf4a9230dd45 from master.
|
|
Backport of a7b5ad8b19a08d7d57302ece74f6e26d2887fd9f from master
|
|
Regression in fee42fd99ee470528858c2ccb3621135c30ec262.
Thanks Claude Paroz, Jon Dufresne, and Tim Graham for the guidance.
Backport of 41be85862d9067a809ccf3707d2a22dfef23d99a from master
|
|
default is a callable that returns None.
Backport of 4d60261b2a77460b4c127c3d832518b95e11a0ac from master
|
|
Backport of 3a191bd4abf9937e11504e66a7e5167910c0ab84 from master
|
|
SQLCompiler.as_sql().
Incorrect on Oracle.
Backport of 11ade8eefd32f5bc7ee6379b77824f02ca61c20b from master
|
|
crash on Oracle when using more than 65535 parameters.
Thanks Tim Graham for the review.
Backport of 1b823b8f182e8f31b8c9db281311ef718299eda7 from master
|
|
urls/resolvers.py.
Backport of f0ffa3f4ea277f9814285085fde20baff60fc386 from master
|
|
OperationalError when saving negative numbers in PositiveInteger fields.
Backport of dd82f3327124fd2762cf6df2ac8c6380772bf127 from master
|
|
Missed in 08654a99bbdd09049d682ae57cc94241534b29f0.
Backport of f1b713024e3a1e8c6361ea407cb8248224f7cc82 from master
|
|
Regression in 508b5debfb16843a8443ebac82c1fb91f15da687 which
added Node.__eq__().
Backport of fc6528b25ab1834be1a478b405bf8f7ec5cf860c from master
|
|
scientific notation.
Backport of e8c45963296eb8bf3938bf9ece30b585a8cbb097 from master
|
|
Backport of 00709d704ee75ace99c4a81aa60e029caeeac387 from master
|
|
for 1 day longer than PASSWORD_RESET_TIMEOUT_DAYS."
This reverts commit 95993a89ce6ca5f5e26b1c22b65c57dcb8c005e9.
Backport of 67a6ba391bbcf1a4c6bb0c42cb17e4fc0530f6d2 from master
|
|
Regression introduced in 1f3dfd783d.
Backport of c180abe6f1f663dcd2f1ed75590eb6aa6cb94276 from master.
|
|
|
|
Backport of fe000ab18d2571394868882865907e92aabbda0a from master.
|
|
|
|
support.
Thanks Anssi Kääriäinen for contributing to the patch.
|
|
Unused since its introduction in d725cc9734272f867d41f7236235c28b3931a1b2.
|
|
_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 df41b5a, 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
|
|
Thanks Adam Johnson, Carl Meyer, Anssi Kääriäinen, Mariusz Felisiak,
Michael Manfre, and Tim Graham for discussion and review.
|
|
templates.
|
|
|
|
|
|
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.
|
|
Regression in eef95ea96faef0b7dbbe0c8092202b74f68a899b.
|
|
Unneeded since its introduction in 4f138fe5a496a81115c4fba6615a517fc62c3b17.
|
|
|
|
key in an Index's fields.
|
|
ManyToManyField in the admin.
Thanks Florian Apolloner and Tim Graham for review and
contributing to the patch.
|
|
From https://github.com/select2/select2/releases/tag/4.0.3
|
|
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.
|
|
|
|
|
|
Seems unneeded since its introduction in
f59fd15c4928caf3dfcbd50f6ab47be409a43b01.
|
|
|
|
|
|
|
|
|
|
The old location remains for backwards compatibility. Documentation
will be updated separately along with the rest of the URL routing changes.
|
|
|
|
Thanks Mariusz Felisiak for the Oracle part and Tim Graham for the
review.
|
|
|