summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGary Wilson Jr <gary.wilson@gmail.com>2007-11-19 05:59:58 +0000
committerGary Wilson Jr <gary.wilson@gmail.com>2007-11-19 05:59:58 +0000
commit1607acee4020212166848363098008e60246e8f9 (patch)
tree07e485a0a656fd4072461f105ebd7ec2ba80c6bd /docs
parent331d4bba9792676bdbe00c5d0066ca6c167ff4ec (diff)
Fixed #5978 -- Gave `LOCALE_PATHS` a default setting of an empty tuple and removed some code that was checking for its existance in settings before accessing it.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6701 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/settings.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/settings.txt b/docs/settings.txt
index 6241749753..0219f9853a 100644
--- a/docs/settings.txt
+++ b/docs/settings.txt
@@ -583,7 +583,7 @@ LOCALE_PATHS
Default: ``()`` (Empty tuple)
-A list of directories where Django looks for translation files.
+A tuple of directories where Django looks for translation files.
See the `internationalization docs section`_ explaining the variable and the
default behavior.