| Age | Commit message (Collapse) | Author |
|
ModelAdmin.get_formset_kwargs().
Thanks Nick Pope for reviews.
|
|
tests.
|
|
setUpClass() failure.
|
|
|
|
|
|
Ticket19102Tests.test_ticket_19102_distinct_on.
The subquery pushdown only happens because another table is involved in
filter. It's not the distinct usage that causes the pushdown.
The distinct('description').order_by('pk') expression is not valid
because SELECT DISTINCT ON must match initial ORDER BY expressions
which is not the case here.
|
|
|
|
|
|
directory doesn't exist.
|
|
Thanks Simon Charette for the review.
|
|
|
|
docs where appropriate.
|
|
|
|
PK is also a FK.
|
|
Thanks Simon Charette for reviews.
|
|
|
|
|
|
|
|
|
|
after parent.
Follow up to 519016e5f25d7c0a040015724f9920581551cab0.
|
|
|
|
database.
Thanks Kazantcev Andrey for the report.
Regression in f48f671223a20b161ca819cf7d6298e43b8ba5fe.
|
|
archive.extract().
Thanks Florian Apolloner, Shai Berger, and Simon Charette for reviews.
Thanks Wang Baohua for the report.
|
|
Thanks Johannes Maron for the review.
|
|
|
|
|
|
|
|
path in variable.
|
|
|
|
Fixed in 3f32154f40a855afa063095e3d091ce6be21f2c5.
Thanks Manav Agarwal for initial test.
|
|
for invalid_choice.
|
|
expressions as rhs.
This disables interpolation of constraint creation statements. Since
Constraint.create_sql interpolates its parameters instead of deferring
this responsibility to the backend connection it must disable
connection level parameters interpolation.
|
|
Fixed in 5935a9aeade517aebdceea989467d2b46c44d96f.
|
|
|
|
primary keys for inherited PKs.
Regression in b5e12d490af3debca8c55ab3c1698189fdedbbdb.
Thanks אורי for the report.
|
|
Migrations cannot be recorded in the same transaction as its associated
DDL operations when some of it is deferred until the schema editor
context exits.
Regression in c86a3d80a25acd1887319198ca21a84c451014ad.
|
|
This makes sure atomic recording of migration application is used when
the schema editor doesn't defer any statement.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Distance()/Area().
Made MeasureBase hashable.
|
|
Used verbose_name instead of verbose_name_plural.
|
|
|
|
|
|
|
|
Per deprecation timeline.
|
|
deprecation timeline.
|