Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/migrate_signals/tests.py
Commit message (Collapse)AuthorAgeFilesLines
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-2/+1
|
* Removed support for initial_data fixtures per ↵Tim Graham2015-01-171-2/+2
| | | | deprecation timeline.
* Fixed #23975 -- Restored pre_migrate signal if all apps ↵Tim Graham2014-12-171-1/+20
| | | | | | have migrations. Thanks kmmbvnr for the report.
* Removed unneeded override_system_checksClaude Paroz2014-10-211-4/+0
| | | | Refs #23685.
* Fixed #16905 -- Added extensible checks (nee validation) ↵Russell Keith-Magee2014-01-201-1/+5
| | | | | | | | | | | framework 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 ↵Aymeric Augustin2014-01-121-3/+3
| | | | signals.
* Refactored the migration signals to use app configs.Aymeric Augustin2013-12-291-10/+8
| | | | | De-aliased pre/post_syncdb to pre/post_migrate to increase backwards-compatibility.
* Updated syncdb -> migrate in tests.Tim Graham2013-09-031-0/+79