From 8cd55021bcb6c9727c1adccd9623fa4acfc0312b Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Fri, 14 May 2021 15:58:45 +0200 Subject: Fixed #32379 -- Started deprecation toward changing default USE_TZ to True. Co-authored-by: Nick Pope Co-authored-by: Mariusz Felisiak --- docs/ref/settings.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/ref') 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. -- cgit v1.3