Skip to content

Commit

Permalink
Negligible capitalization change in django.core.management
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1555 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
adrianholovaty committed Dec 6, 2005
1 parent 50cac9d commit 17108bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django/core/management.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -888,7 +888,7 @@ def execute_from_command_line(action_mapping=DEFAULT_ACTION_MAPPING):
if not action_mapping.has_key(action): if not action_mapping.has_key(action):
print_error("Your action, %r, was invalid." % action, sys.argv[0]) 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. # like permissions, and those shouldn't contain any translations.
# But only do this if we should have a working settings file. # But only do this if we should have a working settings file.
if action not in ('startproject', 'startapp'): if action not in ('startproject', 'startapp'):
Expand Down

0 comments on commit 17108bc

Please sign in to comment.