summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Holtermann <info@markusholtermann.eu>2015-02-12 12:39:01 +0100
committerMarkus Holtermann <info@markusholtermann.eu>2015-02-13 15:21:03 +0100
commit4ba7d73f94b47abfb5f90ac223973bcd64466e80 (patch)
tree1b2d57a178ffcd11d81f2cb11bd8757e504277f3
parent45d93baf518218c39b70fbc1eb35e9b53f66cf98 (diff)
[1.8.x] Removed explicit pointers to migration modules for contrib apps in runtest
Thanks Tim Graham for the patch Backport of b4e1090ab28c0e731157a61a91a6875bad392307 from master
-rwxr-xr-xtests/runtests.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/runtests.py b/tests/runtests.py
index 8ee71d6f9c..c196067530 100755
--- a/tests/runtests.py
+++ b/tests/runtests.py
@@ -147,8 +147,6 @@ def setup(verbosity, test_labels):
# us skip creating migrations for the test models.
'auth': 'django.contrib.auth.tests.migrations',
'contenttypes': 'django.contrib.contenttypes.tests.migrations',
- 'flatpages_tests': 'django.contrib.flatpages.migrations',
- 'redirects_tests': 'django.contrib.redirects.migrations',
}
if verbosity > 0: