| Age | Commit message (Collapse) | Author |
|
|
|
|
|
cookie.
The plan is to later deprecate/remove storing the language in the session.
|
|
directories.
|
|
related field accessor.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
default manager.
|
|
Also updated the autodetector to assume the RenameField operation will
perform the required repointing.
|
|
|
|
a fixture due to NUL characters.
|
|
|
|
|
|
exists.
|
|
corresponding argument.
|
|
|
|
SQLite and MySQL.
|
|
|
|
|
|
As of e62165b898785e890661953c3b2c9c36d98aee57, {% include %}
doesn't silence exceptions.
|
|
|
|
|
|
Meta.indexes.
Thanks Gabriel for the report and Adam Johnson for the review.
|
|
This provides additional test coverage but isn't a regression test for
the ticket's issue.
|
|
in the page's ordering.
Thanks Tim Graham for the review.
|
|
QuerySet.select_for_update(of=()).
|
|
expression.
Otherwise it generates invalid SQL.
|
|
Thanks Andrey Martyanov for the reporti, and Tim Graham for the review.
|
|
|
|
referenced by a ManyToManyField.
Introspected database constraints instead of relying on _meta.related_objects
to determine whether or not a table or a column is referenced on rename
operations.
This has the side effect of ignoring both db_constraint=False and virtual
fields such as GenericRelation which aren't backend by database level
constraints and thus shouldn't prevent the rename operations from being
performed in a transaction.
Regression in 095c1aaa898bed40568009db836aa8434f1b983d.
Thanks Tim for the additional tests and edits, and Mariusz for the review.
|
|
SQLite.
|
|
Regression in df41b5a05d4e00e80e73afe629072e37873e767a.
|
|
|
|
Regression in 2b09e4c88e96cb03b29f5a6b0e4838ab4271e631.
|
|
|
|
date/datetime to Date/DateTimeField.
|
|
|
|
fractional part of DecimalField.
This reverts commit a146b65628e702a9a3ed5be21542ca45366fbb29 and adds
a test for the regression.
|
|
ModelAdmin.autocomplete_fields.
|
|
Regression in 58da81a5a372a69f0bac801c412b57f3cce5f188.
|
|
a custom lookup class with lookup_name != None is registered as the exact lookup.
Regression in 58da81a5a372a69f0bac801c412b57f3cce5f188 and prerequisite
for refs #28896.
|
|
|
|
model that uses more than one level of MTI.
Forwardport of test and release notes of
35222035029863f95769e2e59beeeb953d125689 from stable/1.11.x
|
|
|
|
DJANGO_SETTINGS_MODULE doesn't exist.
|
|
|