From cd46463eb170b4888931966a576188ddd17bfeff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20L=C3=B8nne?= Date: Wed, 24 Jul 2013 13:14:32 +0200 Subject: [PATCH] [1.6.x] Fixed typo in Custom management commands documentation. Backport of 5a5d594717 from master --- docs/howto/custom-management-commands.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.