summaryrefslogtreecommitdiff
path: root/tests/migrations
AgeCommit message (Expand)Author
2021-01-26[3.2.x] Fixed #32369 -- Fixed adding check constraints with pattern lookups a...Simon Charette
2021-01-21[3.2.x] Fixed #32374 -- Stopped recording migration application before deferr...Simon Charette
2021-01-21[3.2.x] Refs #29721 -- Simplified migration used to test atomic recording.Simon Charette
2021-01-13Fixed #26167 -- Added support for functional indexes.Hannes Ljungberg
2020-12-31Fixed #31413 -- Fixed isolation of migrations.test_loader on databases that d...Hasan Ramezani
2020-12-29Fixed #32302 -- Allowed migrations to be loaded from regular packages with no...William Schwartz
2020-12-23Fixed isolation of test_migrate_fake_split_initial.Mariusz Felisiak
2020-12-18Fixed #32262 -- Fixed migration optimization for model creation and Meta opti...Hasan Ramezani
2020-11-07Removed hardcoded pks in migrations' test_alter_order_with_respect_to.Tim Graham
2020-09-04Fixed #27417 -- Made RenameField operation a noop for field name case changes...Mariusz Felisiak
2020-08-28Fixed #31954 -- Fixed migration optimization for MTI model creation with pare...Koen De Wit
2020-08-14Fixed #31826 -- Made AlterField operation a noop when adding db_column.Iuri de Silvio
2020-08-13Fixed #31825 -- Made RenameField operation a noop for fields with db_column.Iuri de Silvio
2020-08-08Fixed #31831 -- Fixed migration operations ordering when adding order_with_re...Iuri de Silvio
2020-08-08Refs #31831 -- Added autodector test for unique/index_together on _order field.Iuri de Silvio
2020-07-22Reverted "Fixed #30300 -- Allowed migrations to be loaded from directories wi...Tim Graham
2020-07-20Fixed #31769 -- Improved default naming of merged migrations.Jon Dufresne
2020-07-10Sorted conflicting migrations by names.François Freitag
2020-06-26Fixed #31742 -- Fixed makemigrations crash on ForeignKey to an app with mixed...Mariusz Felisiak
2020-06-24Fixed #31529 -- Added support for serialization of pathlib.Path/PurePath and ...Nick Pope
2020-06-24Fixed #31703 -- Made makemigrations name all initial migrations "initial".Jon Dufresne
2020-06-24Refs #31703 -- Added Migration.suggest_name() test for initial migration with...Jon Dufresne
2020-06-24Refs #31703 -- Moved MigrationAutodetector.suggest_name() to Migration.Jon Dufresne
2020-06-12Fixed #31645 -- Enhanced the migration warning for migrate commmand.Chinmoy Chakraborty
2020-06-08Fixed #31661 -- Removed period in makemigrations history check warning.davidchorpash
2020-06-04Fixed #30913 -- Added support for covering indexes on PostgreSQL 11+.Hannes Ljungberg
2020-05-28Fixed #31468 -- Allowed specifying migration filename in Operation.Adam Johnson
2020-05-28Refs #31468 -- Added tests for MigrationAutodetector.suggest_name().Adam Johnson
2020-05-28Fixed isolation of test_migrate_fake_initial.Mariusz Felisiak
2020-05-26Fixed #31416 -- Made autodetector find dependencies for MTI model creation on...Nan Liu
2020-05-19Fixed #31504 -- Allowed calling makemigrations without an active database con...wtkm11
2020-04-30Fixed #20581 -- Added support for deferrable unique constraints.Ian Foote
2020-04-28Added test for squashmigrations' output.François Freitag
2020-04-27Removed unnecessary capturing/hiding of stdout/stderr in various tests.François Freitag
2020-04-27Disabled management commands output with verbosity 0 in test_regression_22823...François Freitag
2020-04-25Removed unnecessary capturing of stdout in test_makemigrations_non_interactiv...François Freitag
2020-04-23Fixed #29224 -- Fixed removing index_together indexes if exists unique_togeth...David Wobrock
2020-04-22Fixed #31499 -- Stored ModelState.fields into a dict.Simon Charette
2020-04-22Refs #31499 -- Ignored field ordering to determine ModelState equality.Simon Charette
2020-04-21Refs #30591 -- Adjusted table rebuild for non-pk relationship on SQLite.Simon Charette
2020-04-21Fixed #31064 -- Recreated auto-created many-to-many tables on primary key dat...Simon Charette
2020-04-21Removed redundant import in tests/migrations/test_operations.py.Simon Charette
2020-04-09Made Operation.references_model/references_field require app_label.Simon Charette
2020-04-09Refs #22608 -- Made app_label required when optimizing migrations.Simon Charette
2020-04-08Refs #30966 -- Added test for reloading related model state on non-relational...Mariusz Felisiak
2020-04-07Refs #27666 -- Ensured relationship consistency on delayed reloads.Simon Charette
2020-03-26Fixed #31402 -- Added migrate --check option.Gordon Pendleton
2020-03-25Fixed #23916 -- Allowed makemigrations to handle related model name case chan...Adam Johnson
2020-03-09Fixed #31318 -- Allowed sqlmigrate to inspect squashed migrations.David Wobrock
2020-03-09Refs #31318 -- Added tests for inspecting squashed migrations and ambiguous n...David Wobrock