Changeset 1555
- Timestamp:
- 12/05/05 23:38:56 (3 years ago)
- Files:
-
- django/trunk/django/core/management.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/django/core/management.py
r1554 r1555 889 889 print_error("Your action, %r, was invalid." % action, sys.argv[0]) 890 890 891 # switch to english, because django-admincreates database content891 # Switch to English, because django-admin.py creates database content 892 892 # like permissions, and those shouldn't contain any translations. 893 893 # But only do this if we should have a working settings file.
