Kaydet (Commit) 17108bc1 authored tarafından Adrian Holovaty's avatar Adrian Holovaty

Negligible capitalization change in django.core.management

git-svn-id: http://code.djangoproject.com/svn/django/trunk@1555 bcc190cf-cafb-0310-a4f2-bffc1f526a37
üst 50cac9d2
......@@ -888,7 +888,7 @@ def execute_from_command_line(action_mapping=DEFAULT_ACTION_MAPPING):
if not action_mapping.has_key(action):
print_error("Your action, %r, was invalid." % action, sys.argv[0])
# switch to english, because django-admin creates database content
# Switch to English, because django-admin.py creates database content
# like permissions, and those shouldn't contain any translations.
# But only do this if we should have a working settings file.
if action not in ('startproject', 'startapp'):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment