| Age | Commit message (Collapse) | Author |
|
Thanks Ramiro for the input and Tim for the review.
|
|
Refs #27458, #27843.
Thanks Tim and Mariusz for the review.
|
|
|
|
functools.partial()/partialmethod().
|
|
Thanks Tim Graham for contributing to the patch and
Simon Charette for advice and review.
|
|
constraint if db_constraint=False.
|
|
|
|
|
|
|
|
|
|
Thanks Shai Berger and Tim Graham for reviews.
|
|
assertForeignKeyExists()/assertForeignKeyNotExists().
Thanks Tim Graham for the review.
|
|
altering char/text field in PostgreSQL.
Thanks Tim Graham for the review.
|
|
Thanks Zubair Alam for the initial patch and Tim Graham for the review.
|
|
|
|
Thanks Marc Tamlyn for the report and Ian Foote/Tim Graham for review.
|
|
non-null.
Thanks Christophe Pettus, Matteo Pietro Russo for reports and Tim for review.
|
|
|
|
|
|
|
|
|
|
|
|
db_table on Oracle.
|
|
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.
|
|
This allows running foreign key data and schema altering operations in the
same migration on PostgreSQL.
Thanks Tim for review.
|
|
|
|
|
|
|
|
Thanks Akshesh <aksheshdoshi@gmail.com> for help with the PostgreSQL query.
Thanks Tim Graham for the review.
|
|
Thanks Rob Golding from Zapier for the report.
|
|
|
|
|
|
|
|
|
|
It should help catch bugs.
|
|
during migrations.
|
|
This removes the dependency of the Index class on its model attribute
when a name is passed to it.
Thanks to Markush for discussions.
|
|
features.uppercases_column_names.
|
|
|
|
|
|
Added the AddIndex and RemoveIndex operations to use them in migrations.
Thanks markush, mjtamlyn, timgraham, and charettes for review and advice.
|
|
SQLite disgresses from the SQL standard by ignoring case of quoted identifiers.
Thanks to laozzzi for the report and Tim for the review.
|
|
|
|
effective default.
Thanks to Andriy Sokolovskiy for initial patch.
|
|
|
|
|
|
|
|
|
|
on SQLite.
|
|
|