| Age | Commit message (Collapse) | Author |
|
|
|
|
|
unsupported.
Executing a DDL statement during a transaction on backends that don't support
it silently commits, leaving atomic() in an incoherent state.
While schema_editor.execute() could technically be used to execute DML
statements such usage should be uncommon as these are usually performed through
the ORM. In other cases schema_editor.connection.execute() can be used to
circumvent this check.
Thanks Adam and Tim for the review.
|
|
|
|
Thanks Shivang Bharadwaj for the initial patch.
|
|
|
|
|
|
|
|
non-empty first value.
|
|
|
|
Thanks Carl Meyer and Tim Graham for contributing to the patch.
|
|
|
|
header.
|
|
|
|
|
|
This allows running foreign key data and schema altering operations in the
same migration on PostgreSQL.
Thanks Tim for review.
|
|
|
|
|
|
reloading after an admin actions failure.
|
|
|
|
|
|
|
|
The "needs to have a value for field" messages are incorrect and
reference nonexistent fields since the commit in which they were
introduced (refs #18823).
|
|
|
|
get_list_display() is overridden.
|
|
|
|
|
|
|
|
Thanks Adam Chainz for review and guidance.
|
|
|
|
Thanks Jaap Roes for the initial patch.
|
|
|
|
|
|
|
|
|
|
Regression in 374e6230ca9f9bb84cc9dd760dfb6395fbb5ff0f.
Thanks Florian Apolloner for the report and analysis.
|
|
Unused (always True) after 3e43d24ad36d45cace57e6a7efd34638577ae744.
|
|
|
|
|
|
DisallowedRedirect is raised.
|
|
OneToOneField.
|
|
|
|
|
|
|
|
|
|
|
|
LineStringField.
|
|
|
|
unavailable.
|
|
Area function, Distance function, and distance lookups now work with
geodetic coordinates on SpatiaLite.
|