| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
editable inlines in admin.
Thank you to Shen Ying for reporting this issue.
|
|
0107e3d1058f653f66032f7fd3a0bd61e96bf782.
|
|
"self" with multi-table inheritance.
Thanks Abhijeet Viswa for the report and initial patch.
|
|
multiple databases setup.
Regression in 98296f86b340c8c9c968375d59f1d3a3479e60c2.
|
|
|
|
|
|
django.utils.dateparse functions.
Co-Authored-By: Ben Wilber <benwilber@gmail.com>
|
|
parse_duration().
|
|
|
|
|
|
|
|
prefix contains regex special chars.
Regression in b18650a2634890aa758abae2f33875daa13a9ba3.
|
|
See https://github.com/ibmdb/python-ibmdb/pull/375
|
|
1.8+.
|
|
Support was added in 65129aac07022f23afa1df7ec7fad2216634cb38.
|
|
docs.
|
|
|
|
|
|
SelectDateWidget."
This reverts commit f038214d917c982613f5a15db8dfe325b1f7479b.
The initial issue was incorrect. Django 2.2, and before, did not
generate invalid HTML as reported. With f03821 in place invalid HTML
was generated.
Thanks to Kevin Brown for follow-up report and investigation.
|
|
|
|
|
|
Regression in d2afa5eb2308e672b6313876856e32e2561b90f3.
|
|
database creation.
|
|
|
|
|
|
Make sure that AuthRouter includes ContentType in the same database.
|
|
|
|
deletions while protecting direct ones.
|
|
|
|
|
|
|
|
|
|
It was barely documented without pointers at its defining location and
was abused to prevent misuse of the QuerySet field deferring feature.
|
|
|
|
for RangeFields.
Co-Authored-By: Mariusz Felisiak <felisiak.mariusz@gmail.com>
|
|
Thanks Simon Charette for the review.
|
|
|
|
|
|
the database optimization docs.
|
|
|
|
to access raw image data.
|
|
|
|
Co-authored-by: Nick Pope <nick.pope@flightdataservices.com>
|
|
Co-authored-by: Nick Pope <nick.pope@flightdataservices.com>
|
|
|
|
RangeFields.
_get_FIELD_display() crashed when Field.choices was unhashable.
|