diff options
| author | Jon Dufresne <jon.dufresne@gmail.com> | 2018-10-02 20:45:19 -0700 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-10-15 17:15:41 -0400 |
| commit | 0cd465b63aa7c03a3d14bd5fd6543628d585f8da (patch) | |
| tree | 99adcb585573d78d5cc01c9b9466073dbe988449 /docs/topics | |
| parent | 99d4fc18bdb8110147165531d348be53529eece5 (diff) | |
Fixed #29817 -- Deprecated settings.FILE_CHARSET.
Diffstat (limited to 'docs/topics')
| -rw-r--r-- | docs/topics/templates.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/templates.txt b/docs/topics/templates.txt index 297008668f..c3f9a6b5eb 100644 --- a/docs/topics/templates.txt +++ b/docs/topics/templates.txt @@ -351,7 +351,7 @@ applications. This generic name was kept for backwards-compatibility. * ``'file_charset'``: the charset used to read template files on disk. - It defaults to the value of :setting:`FILE_CHARSET`. + It defaults to ``'utf-8'``. * ``'libraries'``: A dictionary of labels and dotted Python paths of template tag modules to register with the template engine. This can be used to add |
