diff options
| author | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2007-10-19 06:53:30 +0000 |
|---|---|---|
| committer | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2007-10-19 06:53:30 +0000 |
| commit | 3375ed112873055ac705ed020ccd7adb8a5b211c (patch) | |
| tree | 1bfe77e38a20e5d9a88c1e79e55aa969c908e10c | |
| parent | 40f1c923e2524733b545d381b2044df8956bf00f (diff) | |
Added default value for LOCALE_PATHS from [6530].
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6534 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | docs/settings.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/settings.txt b/docs/settings.txt index 3cd8b0828a..275301869e 100644 --- a/docs/settings.txt +++ b/docs/settings.txt @@ -172,7 +172,7 @@ of the case of the actual model class name. ADMIN_FOR --------- -Default: ``()`` (Empty list) +Default: ``()`` (Empty tuple) Used for admin-site settings modules, this should be a tuple of settings modules (in the format ``'foo.bar.baz'``) for which this site is an admin. @@ -581,6 +581,8 @@ any code that uses ``LANGUAGES`` at runtime. LOCALE_PATHS ------------ +Default: ``()`` (Empty tuple) + A list of directories where Django looks for translation files. See the `internationalization docs section`_ explaining the variable and the default behavior. |
