Django

Code

Changeset 3319

Show
Ignore:
Timestamp:
07/10/06 22:09:14 (2 years ago)
Author:
adrian
Message:

Changed runtests.py to set USE_I18N=True for testing

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/tests/runtests.py

    r3195 r3319  
    100100        settings.INSTALLED_APPS = ALWAYS_INSTALLED_APPS + ['.'.join(a) for a in get_test_models()] 
    101101 
    102         # Manually set DEBUG = False
     102        # Manually set DEBUG and USE_I18N
    103103        settings.DEBUG = False 
     104        settings.USE_I18N = True 
    104105 
    105106        from django.db import connection