diff options
| author | Gabriel Hurley <gabehr@gmail.com> | 2010-10-23 22:14:57 +0000 |
|---|---|---|
| committer | Gabriel Hurley <gabehr@gmail.com> | 2010-10-23 22:14:57 +0000 |
| commit | a200cc6d54c14bc658e3f2f428a63261e942f249 (patch) | |
| tree | 432eded3311ea486d5eade803fe3911efd18d965 /docs/ref/settings.txt | |
| parent | d37114200115163e34c6618291ea9d29938ff4a3 (diff) | |
Fixed #14541 -- Corrected an outdated bit of wording in the LANGUAGES setting docs. Thanks to akelm for the report and suggested fix.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14333 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref/settings.txt')
| -rw-r--r-- | docs/ref/settings.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt index 2238146be7..5943b88a26 100644 --- a/docs/ref/settings.txt +++ b/docs/ref/settings.txt @@ -984,7 +984,7 @@ Generally, the default value should suffice. Only set this setting if you want to restrict language selection to a subset of the Django-provided languages. If you define a custom ``LANGUAGES`` setting, it's OK to mark the languages as -translation strings (as in the default value displayed above) -- but use a +translation strings (as in the default value referred to above) -- but use a "dummy" ``gettext()`` function, not the one in ``django.utils.translation``. You should *never* import ``django.utils.translation`` from within your settings file, because that module in itself depends on the settings, and that |
