summaryrefslogtreecommitdiff
path: root/tests/migrations/test_commands.py
AgeCommit message (Expand)Author
2022-09-28Fixed #34051 -- Made makemigrations --check exit before making migrations.Jacob Walls
2022-09-27Fixed #34052 -- Made migrate --check don't emit signals and output when up to...JunKi Yoon
2022-08-03Fixed #33887 -- Fixed test_fails_squash_migration_manual_porting() on final t...Alberto Planas
2022-06-17Fixed #24870 -- Added --update option to makemigrations command.David Wobrock
2022-04-21Fixed #33509 -- Added "(no-op)" to sqlmigrate output for operations without S...Adam Johnson
2022-04-21Refs #33509 -- Made sqlmigrate tests stricter and improved isolation.Adam Johnson
2022-02-23Refs #33476 -- Added warning to optimizemigration/squashmigrations commands w...Mariusz Felisiak
2022-02-22Fixed #27844 -- Added optimizemigration management command.David Wobrock
2022-02-11Refs #33476 -- Made management commands use black.Carlton Gibson
2022-02-07Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2022-02-03Refs #33476 -- Refactored problematic code before reformatting by Black.Mariusz Felisiak
2022-01-21Fixed #26760 -- Added --prune option to migrate command.Jacob Walls
2022-01-10Fixed #29026 -- Added --scriptable option to makemigrations.Jacob Walls
2022-01-03Refs #29026 -- Allowed customizing InteractiveMigrationQuestioner's prompt de...Jacob Walls
2021-12-27Refs #22983 -- Added tests for squashing migrations with functions from migra...Mariusz Felisiak
2021-12-20Increased test coverage of django.db.migrations.questioner.Jacob Walls
2021-11-02Fixed #33246 -- Made squashmigrations raise CommandError when squashed_name a...andrewdotn
2021-10-15Fixed #23953 -- Made makemigrations continue number sequence for squashed mig...Jacob Walls
2021-10-12Fixed #29470 -- Logged makemigrations automatic decisions in non-interactive ...Jacob Walls
2021-10-12Refs #29470 -- Added makemigrations test for adding fields with no default an...Jacob Walls
2021-10-06Fixed #23408 -- Added migrations questioner prompt for adding unique fields w...Jacob Walls
2021-08-30Fixed #24900 -- Allowed migrating backward to squashed migrations.Jacob Walls
2021-08-27Fixed #32900 -- Improved migrations questioner prompts.Mateo Radman
2021-08-27Refs #32900 -- Added makemigrations tests for messages in interactive mode.Mateo Radman
2021-08-04Fixed #29063 -- Fixed migrate crash when specifying a name of partially appli...Jacob Walls
2021-06-11Fixed #25250 -- Clarified partially recorded state of squashed migrations in ...Jacob Walls
2021-04-23Fixed isolation of test_showmigrations_unmigrated_app().Mariusz Felisiak
2021-04-22Fixed isolation of test_showmigrations_unmigrated_app().Mariusz Felisiak
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
2020-12-23Fixed isolation of test_migrate_fake_split_initial.Mariusz Felisiak
2020-07-20Fixed #31769 -- Improved default naming of merged migrations.Jon Dufresne
2020-07-10Sorted conflicting migrations by names.François Freitag
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-05-28Fixed isolation of test_migrate_fake_initial.Mariusz Felisiak
2020-05-19Fixed #31504 -- Allowed calling makemigrations without an active database con...wtkm11
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-03-26Fixed #31402 -- Added migrate --check option.Gordon Pendleton
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-01-20Refs #31117 -- Made various tests properly handle unexpected databases aliases.Matthijs Kooijman
2019-11-15Fixed #29808 -- Fixed initial migration detection when identifiers are case-i...Hasan Ramezani
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-08-07Corrected several typos in string literals and test names.Min ho Kim