From 4ba7d73f94b47abfb5f90ac223973bcd64466e80 Mon Sep 17 00:00:00 2001 From: Markus Holtermann Date: Thu, 12 Feb 2015 12:39:01 +0100 Subject: [PATCH] [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 --- tests/runtests.py | 2 -- 1 file changed, 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: