diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-01-09 09:03:38 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-01-17 11:49:15 +0100 |
| commit | e6f82438d4e3750e8d299bfd79dac98eebe9f1e0 (patch) | |
| tree | 4ee0cbf2c0be9822416aa3d65105f35a9784fd94 /docs/ref | |
| parent | 8d98f99a4ab5de6f2c730399f53eba8bf6bea470 (diff) | |
Refs #32365 -- Removed support for pytz timezones per deprecation timeline.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/settings.txt | 15 |
1 files changed, 0 insertions, 15 deletions
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`` |
