index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
migrations
/
test_commands.py
Age
Commit message (
Expand
)
Author
2022-09-28
Fixed #34051 -- Made makemigrations --check exit before making migrations.
Jacob Walls
2022-09-27
Fixed #34052 -- Made migrate --check don't emit signals and output when up to...
JunKi Yoon
2022-08-03
Fixed #33887 -- Fixed test_fails_squash_migration_manual_porting() on final t...
Alberto Planas
2022-06-17
Fixed #24870 -- Added --update option to makemigrations command.
David Wobrock
2022-04-21
Fixed #33509 -- Added "(no-op)" to sqlmigrate output for operations without S...
Adam Johnson
2022-04-21
Refs #33509 -- Made sqlmigrate tests stricter and improved isolation.
Adam Johnson
2022-02-23
Refs #33476 -- Added warning to optimizemigration/squashmigrations commands w...
Mariusz Felisiak
2022-02-22
Fixed #27844 -- Added optimizemigration management command.
David Wobrock
2022-02-11
Refs #33476 -- Made management commands use black.
Carlton Gibson
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-03
Refs #33476 -- Refactored problematic code before reformatting by Black.
Mariusz Felisiak
2022-01-21
Fixed #26760 -- Added --prune option to migrate command.
Jacob Walls
2022-01-10
Fixed #29026 -- Added --scriptable option to makemigrations.
Jacob Walls
2022-01-03
Refs #29026 -- Allowed customizing InteractiveMigrationQuestioner's prompt de...
Jacob Walls
2021-12-27
Refs #22983 -- Added tests for squashing migrations with functions from migra...
Mariusz Felisiak
2021-12-20
Increased test coverage of django.db.migrations.questioner.
Jacob Walls
2021-11-02
Fixed #33246 -- Made squashmigrations raise CommandError when squashed_name a...
andrewdotn
2021-10-15
Fixed #23953 -- Made makemigrations continue number sequence for squashed mig...
Jacob Walls
2021-10-12
Fixed #29470 -- Logged makemigrations automatic decisions in non-interactive ...
Jacob Walls
2021-10-12
Refs #29470 -- Added makemigrations test for adding fields with no default an...
Jacob Walls
2021-10-06
Fixed #23408 -- Added migrations questioner prompt for adding unique fields w...
Jacob Walls
2021-08-30
Fixed #24900 -- Allowed migrating backward to squashed migrations.
Jacob Walls
2021-08-27
Fixed #32900 -- Improved migrations questioner prompts.
Mateo Radman
2021-08-27
Refs #32900 -- Added makemigrations tests for messages in interactive mode.
Mateo Radman
2021-08-04
Fixed #29063 -- Fixed migrate crash when specifying a name of partially appli...
Jacob Walls
2021-06-11
Fixed #25250 -- Clarified partially recorded state of squashed migrations in ...
Jacob Walls
2021-04-23
Fixed isolation of test_showmigrations_unmigrated_app().
Mariusz Felisiak
2021-04-22
Fixed isolation of test_showmigrations_unmigrated_app().
Mariusz Felisiak
2021-02-04
Fixed #32350 -- Fixed showmigrations crash for applied squashed migrations.
Daniel Ebrahimian
2021-02-04
Fixed #32395 -- Allowed capturing stdout of migration signals.
Simon Charette
2020-12-23
Fixed isolation of test_migrate_fake_split_initial.
Mariusz Felisiak
2020-07-20
Fixed #31769 -- Improved default naming of merged migrations.
Jon Dufresne
2020-07-10
Sorted conflicting migrations by names.
François Freitag
2020-06-12
Fixed #31645 -- Enhanced the migration warning for migrate commmand.
Chinmoy Chakraborty
2020-06-08
Fixed #31661 -- Removed period in makemigrations history check warning.
davidchorpash
2020-05-28
Fixed isolation of test_migrate_fake_initial.
Mariusz Felisiak
2020-05-19
Fixed #31504 -- Allowed calling makemigrations without an active database con...
wtkm11
2020-04-28
Added test for squashmigrations' output.
François Freitag
2020-04-27
Removed unnecessary capturing/hiding of stdout/stderr in various tests.
François Freitag
2020-04-27
Disabled management commands output with verbosity 0 in test_regression_22823...
François Freitag
2020-04-25
Removed unnecessary capturing of stdout in test_makemigrations_non_interactiv...
François Freitag
2020-03-26
Fixed #31402 -- Added migrate --check option.
Gordon Pendleton
2020-03-09
Fixed #31318 -- Allowed sqlmigrate to inspect squashed migrations.
David Wobrock
2020-03-09
Refs #31318 -- Added tests for inspecting squashed migrations and ambiguous n...
David Wobrock
2020-01-20
Refs #31117 -- Made various tests properly handle unexpected databases aliases.
Matthijs Kooijman
2019-11-15
Fixed #29808 -- Fixed initial migration detection when identifiers are case-i...
Hasan Ramezani
2019-10-14
Fixed #30870 -- Fixed showing that RunPython operations are irreversible by m...
Mariusz Felisiak
2019-10-14
Isolated migrations.test_commands.MigrateTests.test_migrate_plan.
Mariusz Felisiak
2019-08-07
Corrected several typos in string literals and test names.
Min ho Kim
[next]