diff options
| author | Claude Paroz <claude@2xlibre.net> | 2021-05-14 15:58:45 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-05-18 20:26:44 +0200 |
| commit | 8cd55021bcb6c9727c1adccd9623fa4acfc0312b (patch) | |
| tree | 6a5a411a0c07bf88e8c550bb94e4ee9f148ccb26 /docs/internals | |
| parent | 958cdf65ae90d26236d1815bbba804729595ec7a (diff) | |
Fixed #32379 -- Started deprecation toward changing default USE_TZ to True.
Co-authored-by: Nick Pope <nick@nickpope.me.uk>
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
Diffstat (limited to 'docs/internals')
| -rw-r--r-- | docs/internals/deprecation.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index da15e4871e..1b5eb35769 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -21,6 +21,9 @@ details on these changes. * The undocumented ``django.utils.datetime_safe`` module will be removed. +* The default value of the ``USE_TZ`` setting will change from ``False`` to + ``True``. + .. _deprecation-removed-in-4.1: 4.1 |
