| Age | Commit message (Collapse) | Author |
|
|
|
Thanks Matt Hegarty for the report.
Regression in d4fff711d4c97356bd6ba1273d2a5e349326eb5f.
|
|
|
|
|
|
Follow up to 162765d6c3182e36095d29543e21b44b908625fc.
|
|
in generic_inlineformset_factory().
Follow up to 433dd737f94b09043f64b873b0ac067b3f97364b.
|
|
modelformset_factory() docs.
Changed arguments ordering to match the modelformset_factory()
signature.
|
|
|
|
tags changes.
Refs 31080.
|
|
|
|
AlterField operation with adding a db_column is a noop if the column
name is not changed.
|
|
|
|
|
|
usernames.
|
|
|
|
|
|
|
|
The latter is already optimized to limit the number of results, avoid
selecting unnecessary fields, and drop ordering if possible without
altering the semantic of the query.
|
|
|
|
SimpleLazyObjects cause a crash when filtering.
Thanks Tim L. White for the report.
Regression in 4ed534758cb6a11df9f49baddecca5a6cdda9311.
|
|
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.
|