summaryrefslogtreecommitdiff
path: root/tests/migrations
AgeCommit message (Expand)Author
2021-08-11Refs #29898 -- Changed ProjectState.real_apps to set.Mariusz Felisiak
2021-08-04Fixed #29063 -- Fixed migrate crash when specifying a name of partially appli...Jacob Walls
2021-08-04Fixed typos in migrations tests, comments, and error message.Jacob Walls
2021-08-04Used assertRaisesMessage() to test MigrationLoader.get_migration_by_prefix()'...Mariusz Felisiak
2021-07-27Refs #32956 -- Changed "afterwards" to "afterward" in docs and comments.David Smith
2021-07-27Refs #32743 -- Fixed recreation of foreign key constraints when altering type...Jordan Bae
2021-07-26Fixed #32743 -- Added foreign key altering when altering type of referenced p...David Wobrock
2021-07-01Fixed #32893 -- Fixed serialization of models.Model class in migrations.abhiabhi94
2021-06-11Fixed #25250 -- Clarified partially recorded state of squashed migrations in ...Jacob Walls
2021-06-08Fixed #25255 -- Recorded unapplied squashed migrations.Jacob Walls
2021-06-07Fixed typos in test comments.luzpaz
2021-06-07Fixed #32821 -- Updated os.scandir() uses to use a context manager.Chris Jerdonek
2021-05-25Fixed #32780 -- Made Add/RemoveConstraint operations a noop for covering/defe...Hannes Ljungberg
2021-05-12Fixed #32366 -- Updated datetime module usage to recommended approach.Nick Pope
2021-05-12Added extra assertion to migrations.test_writer.WriterTests.test_serialize_da...Nick Pope
2021-04-27Fixed #32686 -- Removed unnecessary semicolon on collected multiline SQL for ...Hannes Ljungberg
2021-04-27Refs #32686 -- Added tests for adding a semicolon when collecting SQL for Run...Hannes Ljungberg
2021-04-23Fixed isolation of test_showmigrations_unmigrated_app().Mariusz Felisiak
2021-04-22Fixed isolation of test_showmigrations_unmigrated_app().Mariusz Felisiak
2021-04-16Fixed #29899 -- Made autodetector use model states instead of model classes.David Wobrock
2021-03-12Fixed #31516 -- Improved naming of migrations with multiple operations.manav014
2021-03-12Refs #31516 -- Added Migration.suggest_name() tests for migrations with no op...Adam Johnson
2021-03-12Refs #31516, Refs #31703 -- Made makemigrations always name initial migration...Adam Johnson
2021-02-23Fixed #30916 -- Added support for functional unique constraints.Hannes Ljungberg
2021-02-19Fixed #32458 -- Made __repr__() for Index and BaseConstraint subclasses more ...Hannes Ljungberg
2021-02-19Fixed #32256 -- Fixed migration optimization crash when swapping field names.Hasan Ramezani
2021-02-04Fixed #32350 -- Fixed showmigrations crash for applied squashed migrations.Daniel Ebrahimian
2021-02-04Fixed #32395 -- Allowed capturing stdout of migration signals.Simon Charette
2021-01-26Fixed #32369 -- Fixed adding check constraints with pattern lookups and expre...Simon Charette
2021-01-21Fixed #32374 -- Stopped recording migration application before deferred SQL.Simon Charette
2021-01-21Refs #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