summaryrefslogtreecommitdiff
path: root/tests/migrations/test_commands.py
AgeCommit message (Expand)Author
2024-12-11Fixed #35920 -- Observed requires_system_checks in migrate and runserver.Jacob Walls
2024-12-09Fixed #35935 -- Colorized system checks when running sqlmigrate.Jacob Walls
2024-11-29Fixed #35308 -- Handled OSError when launching code formatters.Jacob Walls
2024-10-15Fixed #35656 -- Added an autodetector attribute to the makemigrations and mig...leondaz
2024-09-03Fixed #35724 -- Tested migration commands handling of distributed namespace p...Jacob Walls
2024-02-13Fixed #35122 -- Made migrate --prune option respect --app_label.Moein Bbp
2024-01-26Applied Black's 2024 stable style.Mariusz Felisiak
2024-01-17Fixed #31700 -- Made makemigrations command display meaningful symbols for ea...Amir Karimi
2023-11-09Fixed #34457 -- Restored output for makemigrations --check.Adam Johnson
2023-05-17Fixed #34568 -- Made makemigrations --update respect --name option.Mariusz Felisiak
2023-03-04Refs #34381 -- Fixed isolation of MigrateTests.test_migrate_fake_initial().Mariusz Felisiak
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