From 0cd465b63aa7c03a3d14bd5fd6543628d585f8da Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Tue, 2 Oct 2018 20:45:19 -0700 Subject: Fixed #29817 -- Deprecated settings.FILE_CHARSET. --- docs/topics/templates.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/topics') 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 -- cgit v1.3