diff options
Diffstat (limited to 'docs/ref/unicode.txt')
| -rw-r--r-- | docs/ref/unicode.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/unicode.txt b/docs/ref/unicode.txt index f8ac528666..86cc421603 100644 --- a/docs/ref/unicode.txt +++ b/docs/ref/unicode.txt @@ -268,7 +268,7 @@ Use strings when creating templates manually:: But the common case is to read templates from the filesystem. If your template files are not stored with a UTF-8 encoding, adjust the :setting:`TEMPLATES` -setting. The built-in :py:mod:`~django.template.backends.django` backend +setting. The built-in :mod:`~django.template.backends.django` backend provides the ``'file_charset'`` option to change the encoding used to read files from disk. |
