| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
optional named groups in Django 3.0.
|
|
Thanks Florian Apolloner and Carlton Gibson for reviews.
|
|
|
|
signatures in docs.
|
|
|
|
|
|
<script> tags.
|
|
|
|
|
|
outside of queryset filters.
Regression in 4edad1ddf6203326e0be4bdb105beecb0fe454c4.
Thanks utapyngo for the report.
|
|
Unify on the entry point created by setuptools entry_points feature.
|
|
optional named parameters are missing.
Regression in 76b993a117b61c41584e95149a67d8a1e9f49dd1.
Thanks Claude Paroz for the report and Carlton Gibson for reviews.
|
|
SmallIntegerField, and DecimalField.
|
|
default when DEBUG=True.
|
|
|
|
|
|
|
|
There was a special case in this property to return None when the
database backend supports time zone. However, only the PostgreSQL
backend supports time zones and it never uses this property.
|
|
|
|
|
|
The link to the search page does not work in the Epub, since there is no such thing. In the online docs, the link to the search page displays a “No search query given” error, since its purpose is to display results from the search bar. Alone, without a query, it's just empty.
|
|
These sections are being referred to already from other locations. Having multiple references to the same location from the ToC is ambiguous, and causes errors in the EPUB build.
|
|
|
|
|
|
|
|
callable values in through_defaults.
|
|
variable.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|