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