Jacob Walls
|
32f1fe5f89
Fixed #29470 -- Logged makemigrations automatic decisions in non-interactive mode.
|
3 years ago |
Jacob Walls
|
241ba23870
Refs #29470 -- Added makemigrations test for adding fields with no default and auto_now_add=True in non-interactive mode.
|
3 years ago |
Jacob Walls
|
47f791f132
Fixed #23408 -- Added migrations questioner prompt for adding unique fields with a callable default.
|
3 years ago |
Jacob Walls
|
3219dd3388
Fixed #24900 -- Allowed migrating backward to squashed migrations.
|
3 years ago |
Mateo Radman
|
02bc7161ec
Fixed #32900 -- Improved migrations questioner prompts.
|
3 years ago |
Mateo Radman
|
61c5eae516
Refs #32900 -- Added makemigrations tests for messages in interactive mode.
|
3 years ago |
Jacob Walls
|
910ecd1b8d
Fixed #29063 -- Fixed migrate crash when specifying a name of partially applied squashed migrations.
|
3 years ago |
Jacob Walls
|
2dfc1066a0
Fixed #25250 -- Clarified partially recorded state of squashed migrations in showmigrations --list.
|
3 years ago |
Mariusz Felisiak
|
2f435e75ab
Fixed isolation of test_showmigrations_unmigrated_app().
|
3 years ago |
Mariusz Felisiak
|
90916f050c
Fixed isolation of test_showmigrations_unmigrated_app().
|
3 years ago |
Daniel Ebrahimian
|
3f8979e37b
Fixed #32350 -- Fixed showmigrations crash for applied squashed migrations.
|
4 years ago |
Simon Charette
|
f23b05696e
Fixed #32395 -- Allowed capturing stdout of migration signals.
|
4 years ago |
Mariusz Felisiak
|
ada83fd8b8
Fixed isolation of test_migrate_fake_split_initial.
|
4 years ago |
Jon Dufresne
|
796be5901a
Fixed #31769 -- Improved default naming of merged migrations.
|
4 years ago |
François Freitag
|
04e4f80c1f
Sorted conflicting migrations by names.
|
4 years ago |
Chinmoy Chakraborty
|
2928019e0c
Fixed #31645 -- Enhanced the migration warning for migrate commmand.
|
4 years ago |
davidchorpash
|
07506a6114
Fixed #31661 -- Removed period in makemigrations history check warning.
|
4 years ago |
Mariusz Felisiak
|
42de52affe
Fixed isolation of test_migrate_fake_initial.
|
4 years ago |
wtkm11
|
9756c33429
Fixed #31504 -- Allowed calling makemigrations without an active database connection.
|
5 years ago |
François Freitag
|
f19bb54fb1
Added test for squashmigrations' output.
|
4 years ago |
François Freitag
|
687cb38a05
Removed unnecessary capturing/hiding of stdout/stderr in various tests.
|
5 years ago |
François Freitag
|
a8d175c297
Disabled management commands output with verbosity 0 in test_regression_22823_unmigrated_fk_to_migrated_model.
|
5 years ago |
François Freitag
|
da606513db
Removed unnecessary capturing of stdout in test_makemigrations_non_interactive_not_null_addition.
|
5 years ago |
Gordon Pendleton
|
d0da2820ca
Fixed #31402 -- Added migrate --check option.
|
5 years ago |
David Wobrock
|
d88365708c
Fixed #31318 -- Allowed sqlmigrate to inspect squashed migrations.
|
5 years ago |
David Wobrock
|
b88ad1d356
Refs #31318 -- Added tests for inspecting squashed migrations and ambiguous names in sqlmigrate.
|
5 years ago |
Matthijs Kooijman
|
2a2ea4ee18
Refs #31117 -- Made various tests properly handle unexpected databases aliases.
|
5 years ago |
Hasan Ramezani
|
530dd193f2
Fixed #29808 -- Fixed initial migration detection when identifiers are case-insensitive.
|
5 years ago |
Mariusz Felisiak
|
06d34aab7c
Fixed #30870 -- Fixed showing that RunPython operations are irreversible by migrate --plan.
|
5 years ago |
Mariusz Felisiak
|
05186c03a3
Isolated migrations.test_commands.MigrateTests.test_migrate_plan.
|
5 years ago |