mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Refs #32365 -- Allowed use of non-pytz timezone implementations.
This commit is contained in:
parent
73ffc73b68
commit
10d1261984
11 changed files with 477 additions and 306 deletions
|
@ -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()``.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue