From e6f82438d4e3750e8d299bfd79dac98eebe9f1e0 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Mon, 9 Jan 2023 09:03:38 +0100 Subject: Refs #32365 -- Removed support for pytz timezones per deprecation timeline. --- docs/ref/settings.txt | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'docs/ref') diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt index f315e5ef6c..109cc887f7 100644 --- a/docs/ref/settings.txt +++ b/docs/ref/settings.txt @@ -2849,21 +2849,6 @@ the correct environment. .. _list of time zones: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones -.. setting:: USE_DEPRECATED_PYTZ - -``USE_DEPRECATED_PYTZ`` ------------------------ - -Default: ``False`` - -A boolean that specifies whether to use ``pytz``, rather than :mod:`zoneinfo`, -as the default time zone implementation. - -.. deprecated:: 4.0 - - This transitional setting is deprecated. Support for using ``pytz`` will be - removed in Django 5.0. - .. setting:: USE_I18N ``USE_I18N`` -- cgit v1.3