mirror of
https://github.com/django/django.git
synced 2024-12-28 12:06:22 +00:00
[1.8.x] Removed explicit pointers to migration modules for contrib apps in runtest
Thanks Tim Graham for the patch
Backport of b4e1090ab2
from master
This commit is contained in:
parent
45d93baf51
commit
4ba7d73f94
@ -147,8 +147,6 @@ def setup(verbosity, test_labels):
|
|||||||
# us skip creating migrations for the test models.
|
# us skip creating migrations for the test models.
|
||||||
'auth': 'django.contrib.auth.tests.migrations',
|
'auth': 'django.contrib.auth.tests.migrations',
|
||||||
'contenttypes': 'django.contrib.contenttypes.tests.migrations',
|
'contenttypes': 'django.contrib.contenttypes.tests.migrations',
|
||||||
'flatpages_tests': 'django.contrib.flatpages.migrations',
|
|
||||||
'redirects_tests': 'django.contrib.redirects.migrations',
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if verbosity > 0:
|
if verbosity > 0:
|
||||||
|
Loading…
Reference in New Issue
Block a user