mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Replaced "django" with "Django" in spelling_wordlist.
This commit is contained in:
parent
7c6efb3233
commit
74ed20b49a
21 changed files with 62 additions and 66 deletions
|
@ -248,10 +248,10 @@ All attributes can be set in your derived class and can be used in
|
|||
Make sure you know what you are doing if you decide to change the value of
|
||||
this option in your custom command if it creates database content that
|
||||
is locale-sensitive and such content shouldn't contain any translations
|
||||
(like it happens e.g. with django.contrib.auth permissions) as making the
|
||||
locale differ from the de facto default 'en-us' might cause unintended
|
||||
effects. Seethe `Management commands and locales`_ section above for
|
||||
further details.
|
||||
(like it happens e.g. with :mod:`django.contrib.auth` permissions) as
|
||||
making the locale differ from the de facto default 'en-us' might cause
|
||||
unintended effects. See the `Management commands and locales`_ section
|
||||
above for further details.
|
||||
|
||||
.. attribute:: BaseCommand.style
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue