| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Regression in 4acae21846f6212aa992763e587c7e201828d7b0.
Thanks Stephen Brooks for the report.
|
|
|
|
Thanks Ramiro Morales for completing the patch.
|
|
|
|
|
|
allow_sliced_subqueries_with_in.
After 0899d583bdb140910698d00d17f5f1abc8774b07 this database feature is
false only on MySQL which doesn't support sliced subqueries only with
IN/ALL/ANY/SOME.
|
|
|
|
"Cache-Control: private".
|
|
|
|
Due to https://bugs.python.org/issue32303.
|
|
warnings.
https://bugs.python.org/issue25988
|
|
Regression in 514b2c989a948e3c59bda0da0c9427acf643cf5b.
|
|
docstring.
|
|
|
|
Partially reverted 9bcf73d788866bc93f8248cb2e9d601ecbc4b50c.
|
|
|
|
password hashers.
|
|
Reverted 359370a8b8ca0efe99b1d4630b291ec060b69225 (refs #28645).
This is a security fix.
|
|
ModelAdmin.raw_id_fields.
Regression in 2f9861d823620da7ecb291a8f005f53da12b1e89.
Thanks Carel Burger for the report and fix.
|
|
|
|
|
|
SQLite/MySQL backends.
|
|
|
|
Use decode() since Popen.communicate() always returns bytes.
|
|
|
|
Unused since its introduction in 7fca4416c7f7ce66d528f0d1ad829cf3b8290b89.
|
|
have __init__.py.
Regression in aadd3aeb2ba3153e35bd805c80c901f289a6f333.
|
|
attribute is added by JavaScript.
Thanks Tim Graham for the initial patch.
|
|
SelectDateWidget.format_value().
|
|
if the related id doesn't change.
|
|
|
|
|
|
|
|
|
|
Regression in f9844f484186fa13399bf8b96f58616687fe158a.
Thanks Matthias Kestenholz for the report and suggestions.
|
|
geometry objects crashes.
Made GEOSGeometryBase hashable.
Regression in 19b2dfd1bfe7fd716dd3d8bfa5f972070d83b42f.
Thanks Tim Graham for the review.
|
|
followed by annotate().
|
|
false.
|
|
a related field.
|
|
LRU culling turns every read into a kind of write to the cache: cache keys
are moved to the first position in the OrderedDict when they are retrieved.
The RWLock which permitted multiple readers while prioritizing a single
writer is obsolete since all accesses are now writes.
|
|
|
|
|
|
|
|
|
|
syntax.
|