summaryrefslogtreecommitdiff
path: root/tests/syncdb_signals/tests.py
AgeCommit message (Collapse)Author
2013-09-03Updated syncdb -> migrate in tests.Tim Graham
2013-06-14Fixed #20603 -- Made the test suite faster.Aymeric Augustin
By avoiding to run syncdb with the full set of test models. Thanks Anssi for the idea.
2013-06-10Reverted the introduction of shared_models.Florian Apolloner
The recent improvements should make shared_models obsolete. This reverts commit 1059da8de675442e84381d6366c0be254681753e, reversing changes made to 4fa7f3cdd9bcf50ec4c7f64a31c1dfc02c375f46.
2013-05-23Removed noise from pre_syncdb signal testsDonald Stufft
Only make assertions that actually test the functionality of the change and not unrelated pieces.
2013-05-23Fixed #11398 - Added a pre_syncdb signalDonald Stufft