From b4e1090ab28c0e731157a61a91a6875bad392307 Mon Sep 17 00:00:00 2001 From: Markus Holtermann Date: Thu, 12 Feb 2015 12:39:01 +0100 Subject: [PATCH] Removed explicit pointers to migration modules for contrib apps in runtest Thanks Tim Graham for the patch --- tests/runtests.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/runtests.py b/tests/runtests.py index b1cbed44ac..53a5729d77 100755 --- a/tests/runtests.py +++ b/tests/runtests.py @@ -145,8 +145,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: