Changeset 2279
- Timestamp:
- 02/05/06 00:24:35 (3 years ago)
- Files:
-
- django/branches/magic-removal/tests/runtests.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/branches/magic-removal/tests/runtests.py
r2278 r2279 2 2 3 3 import os, re, sys, time, traceback 4 import django.db.models5 4 6 5 # doctest is included in the same package as this module, because this testing … … 80 79 from django.db import connection 81 80 from django.core import management 81 import django.db.models 82 82 83 83 # Determine which models we're going to test.
