mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fixed #29817 -- Deprecated settings.FILE_CHARSET.
This commit is contained in:
parent
99d4fc18bd
commit
0cd465b63a
8 changed files with 83 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue