summaryrefslogtreecommitdiff
path: root/tests/migrate_signals
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@m4x.org>2013-12-17 10:27:08 +0100
committerAymeric Augustin <aymeric.augustin@m4x.org>2013-12-17 11:16:48 +0100
commit6e895f9e069f73982751cd2d4aa5aa693136a274 (patch)
tree38352180fe7a043e8988f7694bd3c2e2896b5b43 /tests/migrate_signals
parent4a56a93cc458e9ab4dcab95d9f5067d4975dd1a2 (diff)
Removed superfluous models.py files.
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.
Diffstat (limited to 'tests/migrate_signals')
-rw-r--r--tests/migrate_signals/models.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/migrate_signals/models.py b/tests/migrate_signals/models.py
index e69de29bb2..55a8657a3c 100644
--- a/tests/migrate_signals/models.py
+++ b/tests/migrate_signals/models.py
@@ -0,0 +1,2 @@
+# Remove this module when pre/post_migrate are refactored to use something
+# other than a models module for their "sender" argument.