1
0
mirror of https://github.com/django/django.git synced 2025-07-04 01:39:20 +00:00

unicode: Added a "new in development version" marker to FILE_CHARSET.

git-svn-id: http://code.djangoproject.com/svn/django/branches/unicode@5329 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Malcolm Tredinnick 2007-05-24 09:13:13 +00:00
parent a09cb2a9e5
commit dceac0a384

View File

@ -440,6 +440,8 @@ Whether to use a TLS (secure) connection when talking to the SMTP server.
FILE_CHARSET
------------
**New in Django development version**
Default: ``'utf-8'``
The character encoding used to decode any files read from disk. This includes