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/ref | |
| 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/ref')
| -rw-r--r-- | docs/ref/settings.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt index 6a568ea9b7..e6eee7d6bb 100644 --- a/docs/ref/settings.txt +++ b/docs/ref/settings.txt @@ -2809,6 +2809,10 @@ See also :setting:`DECIMAL_SEPARATOR`, :setting:`NUMBER_GROUPING` and Default: ``False`` +.. note:: + + In Django 5.0, the default value will change from ``False`` to ``True``. + A boolean that specifies if datetimes will be timezone-aware by default or not. If this is set to ``True``, Django will use timezone-aware datetimes internally. |
