From dceac0a3847d606a12beadbe29b345e842028701 Mon Sep 17 00:00:00 2001 From: Malcolm Tredinnick Date: Thu, 24 May 2007 09:13:13 +0000 Subject: [PATCH] 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 --- docs/settings.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/settings.txt b/docs/settings.txt index 0d5abe4a10..734a9ef383 100644 --- a/docs/settings.txt +++ b/docs/settings.txt @@ -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