mirror of
https://github.com/django/django.git
synced 2025-10-02 06:51:20 +00:00
magic-removal: Removed unnecessary import in runtests.py
git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@1628 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
0e5b7d88f2
commit
16f354236a
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ class TestRunner:
|
||||||
settings.INSTALLED_APPS = [MODEL_TESTS_DIR_NAME + '.' + a for a in get_test_models()]
|
settings.INSTALLED_APPS = [MODEL_TESTS_DIR_NAME + '.' + a for a in get_test_models()]
|
||||||
|
|
||||||
from django.core.db import db
|
from django.core.db import db
|
||||||
from django.core import management, meta
|
from django.core import management
|
||||||
|
|
||||||
# Determine which models we're going to test.
|
# Determine which models we're going to test.
|
||||||
test_models = get_test_models()
|
test_models = get_test_models()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue