Django

Code

Changeset 1555

Show
Ignore:
Timestamp:
12/05/05 23:38:56 (3 years ago)
Author:
adrian
Message:

Negligible capitalization change in django.core.management

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/django/core/management.py

    r1554 r1555  
    889889        print_error("Your action, %r, was invalid." % action, sys.argv[0]) 
    890890 
    891     # switch to english, because django-admin creates database content 
     891    # Switch to English, because django-admin.py creates database content 
    892892    # like permissions, and those shouldn't contain any translations. 
    893893    # But only do this if we should have a working settings file.