| Age | Commit message (Collapse) | Author |
|
|
|
|
|
User.last_login isn't a field.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
AttributeError raised by QuerySet filtering.
|
|
|
|
|
|
use_required_attribute arguments conflict.
|
|
manually specified pks.
|
|
an invalid host.
|
|
|
|
|
|
|
|
Thanks João Paulo Melo de Sampaio for the test.
|
|
_connector='AND' since it's a default value.
|
|
arguments.
|
|
The smart_str() call (now force_bytes()) added in
e73838b6ddcc7b37c03f9eee04fa6e6a283fedb3 is otherwise untested.
|
|
7bb627936034c1b9500a8d250cce75b30f980b23 is only tested in
django-contrib-comments.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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".
|
|
|
|
warnings.
https://bugs.python.org/issue25988
|
|
Regression in 514b2c989a948e3c59bda0da0c9427acf643cf5b.
|
|
|
|
|
|
Partially reverted 9bcf73d788866bc93f8248cb2e9d601ecbc4b50c.
|
|
|
|
Reverted 359370a8b8ca0efe99b1d4630b291ec060b69225 (refs #28645).
This is a security fix.
|
|
ModelAdmin.raw_id_fields.
Regression in 2f9861d823620da7ecb291a8f005f53da12b1e89.
Thanks Carel Burger for the report and fix.
|
|
|
|
|
|
have __init__.py.
Regression in aadd3aeb2ba3153e35bd805c80c901f289a6f333.
|