summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMarc Tamlyn <marc.tamlyn@gmail.com>2013-07-24 04:26:51 -0700
committerMarc Tamlyn <marc.tamlyn@gmail.com>2013-07-24 04:26:51 -0700
commit372158a3cfedfc76d931f73cc3acf148babc4248 (patch)
treeec4b373df4794e1ec6b0115a18920b84ca053818 /docs
parent31c13a99bb9ebdaf12ccab4e880c5da930d86e79 (diff)
parent5a5d59471719af520ddc203a6b81cd2f6ef81a20 (diff)
Merge pull request #1395 from funkbit/master
Fixed typo in Custom management commands documentation.
Diffstat (limited to 'docs')
-rw-r--r--docs/howto/custom-management-commands.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/howto/custom-management-commands.txt b/docs/howto/custom-management-commands.txt
index 34e68d3700..04ab9bae1b 100644
--- a/docs/howto/custom-management-commands.txt
+++ b/docs/howto/custom-management-commands.txt
@@ -245,7 +245,7 @@ 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.contrim.auth permissions) as making the locale
+ 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. See
the `Management commands and locales`_ section above for further details.