Changeset 3319
- Timestamp:
- 07/10/06 22:09:14 (2 years ago)
- Files:
-
- django/trunk/tests/runtests.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/tests/runtests.py
r3195 r3319 100 100 settings.INSTALLED_APPS = ALWAYS_INSTALLED_APPS + ['.'.join(a) for a in get_test_models()] 101 101 102 # Manually set DEBUG = False.102 # Manually set DEBUG and USE_I18N. 103 103 settings.DEBUG = False 104 settings.USE_I18N = True 104 105 105 106 from django.db import connection
