| Age | Commit message (Collapse) | Author |
|
non-concrete fields.
|
|
Regression in bfb746f983aa741afa3709794e70f1e0ab6040b5.
|
|
Thanks Simon Charette for reviews.
|
|
|
|
Thanks to Mariusz Felisiak for review.
|
|
|
|
|
|
|
|
without apps module.
Regression in 3f2821af6bc48fa8e7970c1ce27bc54c3172545e.
|
|
Follow up to b33bfc383935cd26e19a2cf71d066ac6edd1425f.
|
|
order_with_respect_to and constraints/indexes.
|
|
|
|
release notes.
|
|
Thanks אורי for the report.
|
|
Using bool caused mypy typecheck failures.
|
|
|
|
|
|
|
|
It doesn't make sense to elide a single page number which could be a
clickable link to that page. We only want to elide two or more pages.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
It's a transitional setting helpful in migrating multiple instance of
the same project to Django 3.1+.
Thanks Markus Holtermann for the report and review, Florian
Apolloner for the implementation idea and review, and Carlton Gibson
for the review.
|
|
|
|
|
|
|
|
Added in 1d6fdca557e674b9a789b51caadca8985e588492.
|
|
changes.
Follow up to 71c4fb7beb8e3293243140e4bd74e53989196440.
|
|
QuerySet.alias() allows creating reusable aliases for expressions that
don't need to be selected but are used for filtering, ordering, or as
a part of complex expressions.
Thanks Simon Charette for reviews.
|
|
|
|
|
|
|
|
Fixed inner imports per isort 5.
isort 5.0.0 to 5.1.0 was unstable.
|
|
The item_comments hook returns a comments URL which is then used by the
feed builder.
|
|
DatabaseFeatures.json_key_contains_list_matching_requires_list.
CockroachDB's behavior matches PostgreSQL.
|
|
|
|
ordering.
Co-authored-by: caleb logan <clogan202@gmail.com>
|
|
Updated the sitemap generator and default template to optionally
include link elements with hreflang attribute to alternate language
URLs.
|
|
As per Google recommendations:
https://support.google.com/webmasters/answer/189077?hl=en
|
|
|
|
Thanks Simon Charette for the initial patch.
|
|
|
|
|