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/internals/deprecation.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/internals') diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index 1d03648ab1..4a40300442 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -24,6 +24,8 @@ details on these changes. * ``django.contrib.postgres.fields.FloatRangeField`` and ``django.contrib.postgres.forms.FloatRangeField`` will be removed. +* The ``FILE_CHARSET`` setting will be removed. + .. _deprecation-removed-in-3.0: 3.0 -- cgit v1.3