mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Refs #32365 -- Allowed use of non-pytz timezone implementations.
This commit is contained in:
committed by
Carlton Gibson
parent
73ffc73b68
commit
10d1261984
@@ -657,6 +657,9 @@ MySQL 5.7 and higher.
|
||||
Miscellaneous
|
||||
-------------
|
||||
|
||||
* Django now supports non-``pytz`` time zones, such as Python 3.9+'s
|
||||
:mod:`zoneinfo` module and its backport.
|
||||
|
||||
* The undocumented ``SpatiaLiteOperations.proj4_version()`` method is renamed
|
||||
to ``proj_version()``.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user