mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed a couple of documentation typos.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15534 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
72e4a6865d
commit
d7c2dcd538
3 changed files with 4 additions and 4 deletions
|
@ -102,8 +102,8 @@ default options such as :djadminopt:`--verbosity` and :djadminopt:`--traceback`.
|
|||
|
||||
The :meth:`BaseCommand.execute` method sets the hardcoded ``en-us`` locale
|
||||
because the commands shipped with Django perform several tasks
|
||||
(for example, user-visible content and database population) that require
|
||||
a system-neutral string language (for which we use ``en-us``).
|
||||
(for example, user-facing content rendering and database population) that
|
||||
require a system-neutral string language (for which we use ``en-us``).
|
||||
|
||||
If your custom management command uses another locale, you should manually
|
||||
activate and deactivate it in your :meth:`~BaseCommand.handle` or
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue