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
2026-03-08
Fixed #12529 -- Fixed migrate --run-syncdb crash for existing model with trun...
Mariusz Felisiak
2025-11-18
Fixed #36141 -- Checked for applied replaced migrations recursively.
Georgi Yanchev
2025-11-13
Refs #31055 -- Augmented regression tests for database system checks.
Simon Charette
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-07-23
Removed double spaces after periods and within phrases.
Sarah Boyce
2025-05-12
Fixed #33174 -- Fixed migrations crash for model inheriting from Generic[T].
Thibaut Decombe
2025-04-01
Fixed #36184 -- Allowed migrating forward to squashed migrations.
Jacob Walls
2025-02-13
Fixed #36146 -- Recorded applied/unapplied migrations recursively.
Georgi Yanchev
2025-01-22
Fixed #24529 -- Allowed double squashing of migrations.
Georgi Yanchev
2024-12-11
Fixed #35920 -- Observed requires_system_checks in migrate and runserver.
Jacob Walls
2024-12-09
Fixed #35935 -- Colorized system checks when running sqlmigrate.
Jacob Walls
2024-11-29
Fixed #35308 -- Handled OSError when launching code formatters.
Jacob Walls
2024-10-15
Fixed #35656 -- Added an autodetector attribute to the makemigrations and mig...
leondaz
2024-09-03
Fixed #35724 -- Tested migration commands handling of distributed namespace p...
Jacob Walls
2024-02-13
Fixed #35122 -- Made migrate --prune option respect --app_label.
Moein Bbp
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2024-01-17
Fixed #31700 -- Made makemigrations command display meaningful symbols for ea...
Amir Karimi
2023-11-09
Fixed #34457 -- Restored output for makemigrations --check.
Adam Johnson
2023-05-17
Fixed #34568 -- Made makemigrations --update respect --name option.
Mariusz Felisiak
2023-03-04
Refs #34381 -- Fixed isolation of MigrateTests.test_migrate_fake_initial().
Mariusz Felisiak
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
[next]