summaryrefslogtreecommitdiff
path: root/tests/migrate_signals
Commit message (Collapse)AuthorAgeFilesLines
* Refs #33476 -- Applied Black's 2023 stable style.David Smith2023-02-012-2/+0
| | | | | | | | Black 23.1.0 is released which, as the first release of the year, introduces the 2023 stable style. This incorporates most of last year's preview style. https://github.com/psf/black/releases/tag/23.1.0
* Fixed #34052 -- Made migrate --check don't emit signals and output when up ↵JunKi Yoon2022-09-271-0/+12
| | | | to date.
* 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
| | | | Thanks Tim Graham for the review.
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-3/+0
|
* Fixed #27100 -- Included already applied migration changes in the ↵Simon Charette2016-08-241-0/+5
| | | | | | | | pre-migrate state. Refs #24100. Thanks Tim for the review.
* Fixed #27044 -- Included already applied migration changes in the ↵Simon Charette2016-08-241-0/+10
| | | | | | | | post-migrate state when the execution plan is empty. Refs #24100. Thanks tkhyn for the report and Tim for the review.
* 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
| | | | Thanks Tim for the report.
* Fixed #24100 -- Made the migration signals dispatch its plan and apps.Simon Charette2016-05-152-1/+29
| | | | Thanks Markus for your contribution and Tim for your review.
* 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
| | | | Thanks kmmbvnr for the report.
* Removed unneeded override_system_checksClaude Paroz2014-10-211-4/+0
| | | | Refs #23685.
* Fixed #16905 -- Added extensible checks (nee validation) frameworkRussell Keith-Magee2014-01-201-1/+5
| | | | | | | | | This is the result of Christopher Medrela's 2013 Summer of Code project. Thanks also to Preston Holmes, Tim Graham, Anssi Kääriäinen, Florian Apolloner, and Alex Gaynor for review notes along the way. Also: Fixes #8579, fixes #3055, fixes #19844.
* 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
| | | | | De-aliased pre/post_syncdb to pre/post_migrate to increase backwards-compatibility.
* Removed superfluous models.py files.Aymeric Augustin2013-12-171-0/+2
| | | | | | | Added comments in the three empty models.py files that are still needed. Adjusted the test runner to add applications corresponding to test labels to INSTALLED_APPS even when they don't have a models module.
* Updated syncdb -> migrate in tests.Tim Graham2013-09-033-0/+79