summaryrefslogtreecommitdiff
path: root/tests/migrate_signals/models.py
AgeCommit message (Collapse)Author
2013-12-29Refactored the migration signals to use app configs.Aymeric Augustin
De-aliased pre/post_syncdb to pre/post_migrate to increase backwards-compatibility.
2013-12-17Removed superfluous models.py files.Aymeric Augustin
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.
2013-09-03Updated syncdb -> migrate in tests.Tim Graham