Skip to content

Commit

Permalink
magic-removal: Deferred import of django.db.models to allow --setting…
Browse files Browse the repository at this point in the history
…s option to work on runtests.py.

git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@2279 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
freakboy3742 committed Feb 5, 2006
1 parent 6a90f49 commit 96c66c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/runtests.py
@@ -1,7 +1,6 @@
#!/usr/bin/env python #!/usr/bin/env python


import os, re, sys, time, traceback import os, re, sys, time, traceback
import django.db.models


# doctest is included in the same package as this module, because this testing # doctest is included in the same package as this module, because this testing
# framework uses features only available in the Python 2.4 version of doctest, # framework uses features only available in the Python 2.4 version of doctest,
Expand Down Expand Up @@ -79,6 +78,7 @@ def run_tests(self):


from django.db import connection from django.db import connection
from django.core import management from django.core import management
import django.db.models


# 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()
Expand Down

0 comments on commit 96c66c7

Please sign in to comment.