summaryrefslogtreecommitdiff
path: root/tests/migrate_signals
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Applied Black's 2023 stable style.David Smith2023-02-012-2/+0
* Fixed #34052 -- Made migrate --check don't emit signals and output when up to...JunKi Yoon2022-09-271-0/+12
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-32/+58
* Fixed #32395 -- Allowed capturing stdout of migration signals.Simon Charette2021-02-041-2/+5
* Used subTest() in migrate_signals.tests.MigrateSignalTests.test_args().Simon Charette2021-02-041-9/+10
* Disabled management commands output with verbosity 0 in various tests.François Freitag2020-05-131-7/+4
* Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette2017-01-191-2/+2
* Refs #23919 -- Removed most of remaining six usageClaude Paroz2017-01-181-3/+4
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-3/+0
* Fixed #27100 -- Included already applied migration changes in the pre-migrate...Simon Charette2016-08-241-0/+5
* Fixed #27044 -- Included already applied migration changes in the post-migrat...Simon Charette2016-08-241-0/+10
* Made miscellaneous code cleanupsDmitry Dygalo2016-07-211-2/+2
* Refs #24100 -- Fixed a test failure on MySQL related to non-transactional DDL.Simon Charette2016-05-191-2/+2
* Fixed #24100 -- Made the migration signals dispatch its plan and apps.Simon Charette2016-05-152-1/+29
* Adjusted a variable name in migration signal tests.Simon Charette2016-05-131-1/+1
* Added tests for the post_migrate signal.Simon Charette2016-05-131-28/+34
* Fixed E128 flake8 warnings in tests/.Tim Graham2016-04-081-6/+8
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-2/+1
* Removed support for initial_data fixtures per deprecation timeline.Tim Graham2015-01-171-2/+2
* Fixed #23975 -- Restored pre_migrate signal if all apps have migrations.Tim Graham2014-12-162-1/+20
* Removed unneeded override_system_checksClaude Paroz2014-10-211-4/+0
* Fixed #16905 -- Added extensible checks (nee validation) frameworkRussell Keith-Magee2014-01-201-1/+5
* Fixed #21477 -- Renamed db to using in pre/post_migrate signals.Aymeric Augustin2014-01-121-3/+3
* Refactored the migration signals to use app configs.Aymeric Augustin2013-12-292-12/+10
* Removed superfluous models.py files.Aymeric Augustin2013-12-171-0/+2
* Updated syncdb -> migrate in tests.Tim Graham2013-09-033-0/+79