index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
migrate_signals
Age
Commit message (
Expand
)
Author
2025-07-23
Removed double spaces after periods and within phrases.
Sarah Boyce
2023-02-01
Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2022-09-27
Fixed #34052 -- Made migrate --check don't emit signals and output when up to...
JunKi Yoon
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-02-04
Fixed #32395 -- Allowed capturing stdout of migration signals.
Simon Charette
2021-02-04
Used subTest() in migrate_signals.tests.MigrateSignalTests.test_args().
Simon Charette
2020-05-13
Disabled management commands output with verbosity 0 in various tests.
François Freitag
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-08-24
Fixed #27100 -- Included already applied migration changes in the pre-migrate...
Simon Charette
2016-08-24
Fixed #27044 -- Included already applied migration changes in the post-migrat...
Simon Charette
2016-07-21
Made miscellaneous code cleanups
Dmitry Dygalo
2016-05-19
Refs #24100 -- Fixed a test failure on MySQL related to non-transactional DDL.
Simon Charette
2016-05-15
Fixed #24100 -- Made the migration signals dispatch its plan and apps.
Simon Charette
2016-05-13
Adjusted a variable name in migration signal tests.
Simon Charette
2016-05-13
Added tests for the post_migrate signal.
Simon Charette
2016-04-08
Fixed E128 flake8 warnings in tests/.
Tim Graham
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-17
Removed support for initial_data fixtures per deprecation timeline.
Tim Graham
2014-12-16
Fixed #23975 -- Restored pre_migrate signal if all apps have migrations.
Tim Graham
2014-10-21
Removed unneeded override_system_checks
Claude Paroz
2014-01-20
Fixed #16905 -- Added extensible checks (nee validation) framework
Russell Keith-Magee
2014-01-12
Fixed #21477 -- Renamed db to using in pre/post_migrate signals.
Aymeric Augustin
2013-12-29
Refactored the migration signals to use app configs.
Aymeric Augustin
2013-12-17
Removed superfluous models.py files.
Aymeric Augustin
2013-09-03
Updated syncdb -> migrate in tests.
Tim Graham