1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Fixed #34233 -- Dropped support for Python 3.8 and 3.9.

This commit is contained in:
Mariusz Felisiak
2023-01-18 09:46:01 +01:00
committed by GitHub
parent d547171183
commit 3bbe22dafc
38 changed files with 51 additions and 327 deletions

View File

@@ -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>`.