summaryrefslogtreecommitdiff
path: root/tests/migrations
AgeCommit message (Expand)Author
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
2020-02-04Simplified imports from django.db and django.contrib.gis.db.Nick Pope
2020-01-23Refs #31197 -- Added tests for combined expressions in CheckConstraint.check.Mariusz Felisiak
2020-01-20Refs #31117 -- Made various tests properly handle unexpected databases aliases.Matthijs Kooijman
2020-01-16Fixed #29998 -- Allowed multiple OneToOneFields to the parent model.Mariusz Felisiak
2019-11-25Fixed #27914 -- Fixed serialization of nested classes in migrations.John Bowen
2019-11-25Refs #23950 --- Moved test DeconstructibleInstances class to a module level.John Bowen
2019-11-18Removed unnecessary parentheses in various code.Jon Dufresne
2019-11-15Refs #29808 -- Fixed MigrateTests.test_migrate_fake_initial_case_insensitive(...Mariusz Felisiak
2019-11-15Fixed #29808 -- Fixed initial migration detection when identifiers are case-i...Hasan Ramezani
2019-10-29Used more specific unittest assertions in tests.Nick Pope
2019-10-14Fixed #30870 -- Fixed showing that RunPython operations are irreversible by m...Mariusz Felisiak
2019-10-14Isolated migrations.test_commands.MigrateTests.test_migrate_plan.Mariusz Felisiak
2019-10-14Fixed #30868 -- Prevented unnecessary AlterField when renaming a referenced pk.Simon Charette
2019-10-10Fixed #30300 -- Allowed migrations to be loaded from directories without __in...Benjy Weinberger
2019-10-03Refs #27914 -- Fixed serialization of nested enum.Enum classes in migrations.Hasan Ramezani
2019-10-03Refs #27914 -- Moved test enum.Enum subclasses outside of WriterTests.test_se...Hasan Ramezani
2019-09-30Fixed #30774 -- Made serialization in migrations use members names for Enums.Hasan Ramezani
2019-09-11Refs #30591 -- Fixed too long identifier crash in migrations.test_operations ...Mariusz Felisiak
2019-09-11Fixed #30591 -- Fixed recreation of foreign key constraints on MySQL when alt...Adnan Umer
2019-09-04Fixed #27910 -- Added enumeration helpers for use in Field.choices.Shai Berger
2019-09-03Fixed #30691 -- Made migrations autodetector find dependencies for foreign ke...Viktor Lomakin
2019-08-21Fixed #21039 -- Added AddIndexConcurrently/RemoveIndexConcurrently operations...Mads Jensen