index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
migrations
/
test_operations.py
Age
Commit message (
Expand
)
Author
2021-10-18
[4.0.x] Fixed #33194 -- Fixed migrations when altering a field with functiona...
Hannes Ljungberg
2021-08-31
Fixed #33057 -- Fixed recreation of foreign key constraints in m2m tables whe...
Mariusz Felisiak
2021-07-27
Refs #32743 -- Fixed recreation of foreign key constraints when altering type...
Jordan Bae
2021-07-26
Fixed #32743 -- Added foreign key altering when altering type of referenced p...
David Wobrock
2021-05-25
Fixed #32780 -- Made Add/RemoveConstraint operations a noop for covering/defe...
Hannes Ljungberg
2021-04-27
Fixed #32686 -- Removed unnecessary semicolon on collected multiline SQL for ...
Hannes Ljungberg
2021-04-27
Refs #32686 -- Added tests for adding a semicolon when collecting SQL for Run...
Hannes Ljungberg
2021-02-23
Fixed #30916 -- Added support for functional unique constraints.
Hannes Ljungberg
2021-02-19
Fixed #32458 -- Made __repr__() for Index and BaseConstraint subclasses more ...
Hannes Ljungberg
2021-01-26
Fixed #32369 -- Fixed adding check constraints with pattern lookups and expre...
Simon Charette
2021-01-13
Fixed #26167 -- Added support for functional indexes.
Hannes Ljungberg
2020-11-07
Removed hardcoded pks in migrations' test_alter_order_with_respect_to.
Tim Graham
2020-09-04
Fixed #27417 -- Made RenameField operation a noop for field name case changes...
Mariusz Felisiak
2020-08-14
Fixed #31826 -- Made AlterField operation a noop when adding db_column.
Iuri de Silvio
2020-08-13
Fixed #31825 -- Made RenameField operation a noop for fields with db_column.
Iuri de Silvio
2020-06-04
Fixed #30913 -- Added support for covering indexes on PostgreSQL 11+.
Hannes Ljungberg
2020-05-28
Fixed #31468 -- Allowed specifying migration filename in Operation.
Adam Johnson
2020-04-30
Fixed #20581 -- Added support for deferrable unique constraints.
Ian Foote
2020-04-23
Fixed #29224 -- Fixed removing index_together indexes if exists unique_togeth...
David Wobrock
2020-04-22
Fixed #31499 -- Stored ModelState.fields into a dict.
Simon Charette
2020-04-21
Refs #30591 -- Adjusted table rebuild for non-pk relationship on SQLite.
Simon Charette
2020-04-21
Fixed #31064 -- Recreated auto-created many-to-many tables on primary key dat...
Simon Charette
2020-04-21
Removed redundant import in tests/migrations/test_operations.py.
Simon Charette
2020-04-09
Made Operation.references_model/references_field require app_label.
Simon Charette
2020-02-04
Simplified imports from django.db and django.contrib.gis.db.
Nick Pope
2020-01-23
Refs #31197 -- Added tests for combined expressions in CheckConstraint.check.
Mariusz Felisiak
2019-09-11
Refs #30591 -- Fixed too long identifier crash in migrations.test_operations ...
Mariusz Felisiak
2019-09-11
Fixed #30591 -- Fixed recreation of foreign key constraints on MySQL when alt...
Adnan Umer
2019-08-19
Moved migrations.test_operations.OperationTestBase to migrations.test_base.
Mads Jensen
2019-08-02
Fixed #30661 -- Added models.SmallAutoField.
Nick Pope
2019-04-30
Fixed #30412 -- Fixed crash when adding check constraints with OR'ed conditio...
can
2019-04-30
Fixed #30408 -- Fixed crash when adding check constraints with LIKE operator ...
Simon Charette
2019-01-28
Made test table cleanup in OperationTestBase more robust.
Paveł Tyślacki
2019-01-12
Fixed #30062 -- Added support for unique conditional constraints.
Paveł Tyślacki
2018-11-09
Fixed #29934 -- Added sqlparse as a require dependency.
Tim Graham
2018-10-30
Refs #29868 -- Prevented name collisions between test constraints on Oracle.
Simon Charette
2018-10-29
Fixed #29868 -- Retained database constraints on SQLite table rebuilds.
Simon Charette
2018-10-24
Refs #11964 -- Removed raw SQL from and cleaned up constraint operation tests.
Simon Charette
2018-10-02
Refs #11964 -- Changed CheckConstraint() signature to use keyword-only argume...
Simon Charette
2018-07-25
Refs #24424 -- Added regression tests for MTI-inheritance model removal.
Simon Charette
2018-07-11
Allowed RemoveField operations to be optimized through.
Simon Charette
2018-07-11
Relaxed FieldOperation.references_field remote field checking.
Simon Charette
2018-07-10
Fixed #11964 -- Added support for database check constraints.
Ian Foote
2018-06-15
Fixed #29000 -- Fixed RenameModel's renaming of a M2M column when run after R...
Jeff
2017-12-30
Fixed #25817 -- Made RenameField repoint to_field/to_fields references.
Simon Charette
2017-12-28
Removed unnecessary trailing commas and spaces in various code.
Mariusz Felisiak
2017-12-22
Fixed #28884 -- Fixed crash on SQLite when renaming a field in a model refere...
Simon Charette
2017-12-01
Fixed #28849 -- Fixed referenced table and column rename on SQLite.
Simon Charette
2017-12-01
Fixed #28305 -- Fixed "Cannot change column 'x': used in a foreign key constr...
Tim Graham
2017-08-10
Fixed #28386 -- Made operations within non-atomic migrations honor the operat...
Evan Grim
[next]