diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-01-18 09:46:01 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-18 09:46:01 +0100 |
| commit | 3bbe22dafcc69c5ffa79707f5a74eb1faf466e12 (patch) | |
| tree | 4bec6a7016732be33f2e1cddd80c18478cb2dee9 /docs/topics | |
| parent | d54717118360e8679aa2bd0c5a1625f3e84712ba (diff) | |
| download | django-3bbe22dafcc69c5ffa79707f5a74eb1faf466e12.tar.gz | |
Fixed #34233 -- Dropped support for Python 3.8 and 3.9.
Diffstat (limited to 'docs/topics')
| -rw-r--r-- | docs/topics/i18n/timezones.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/topics/i18n/timezones.txt b/docs/topics/i18n/timezones.txt index 10170fcdea..19415a13b6 100644 --- a/docs/topics/i18n/timezones.txt +++ b/docs/topics/i18n/timezones.txt @@ -32,8 +32,7 @@ False <USE_TZ>` in your settings file. In older version, time zone support was disabled by default. Time zone support uses :mod:`zoneinfo`, which is part of the Python standard -library from Python 3.9. The ``backports.zoneinfo`` package is automatically -installed alongside Django if you are using Python 3.8. +library from Python 3.9. If you're wrestling with a particular problem, start with the :ref:`time zone FAQ <time-zones-faq>`. |
