| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
default manager.
|
|
Also updated the autodetector to assume the RenameField operation will
perform the required repointing.
|
|
This allows field and special operations to use this logic.
|
|
|
|
a fixture due to NUL characters.
|
|
DecimalField.widget_attrs() to improve performance.
|
|
|
|
|
|
exists.
|
|
corresponding argument.
|
|
Follow up to ad9390bba27cb41da92f734db4d0e36ef3dfc58f.
|
|
|
|
See https://docs.python.org/3/library/sqlite3.html#default-adapters-and-converters.
|
|
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.
|
|
|
|
MySQL.
|
|
|
|
|
|
|
|
QuerySet.select_for_update(of=()).
|
|
expression.
Otherwise it generates invalid SQL.
|
|
|
|
JavaScript.
|
|
admin JavaScript.
|
|
|
|
|
|
Thanks Andrey Martyanov for the reporti, and Tim Graham for the review.
|
|
pips that don't recognize it.
|
|
|
|
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.
|
|
The test requirement was bumped in
2514e044a7fce58176c4e79eec298f3d8f70e89b.
|
|
Regression in df41b5a05d4e00e80e73afe629072e37873e767a.
|
|
|
|
Regression in 2b09e4c88e96cb03b29f5a6b0e4838ab4271e631.
|