Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/migrate_signals
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-172-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-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