diff options
| author | Paul Ganssle <paul@ganssle.io> | 2021-01-19 11:16:01 +0100 |
|---|---|---|
| committer | Carlton Gibson <carlton@noumenal.es> | 2021-01-19 11:59:37 +0100 |
| commit | 10d126198434810529e0220b0c6896ed64ca0e88 (patch) | |
| tree | e2f1f729be4a5205d2e4c5018c258708226d174b /docs/releases/3.2.txt | |
| parent | 73ffc73b68d3c1fc1e51f13963718492303a2941 (diff) | |
Refs #32365 -- Allowed use of non-pytz timezone implementations.
Diffstat (limited to 'docs/releases/3.2.txt')
| -rw-r--r-- | docs/releases/3.2.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/3.2.txt b/docs/releases/3.2.txt index 2182618a7b..d3d3f44b8e 100644 --- a/docs/releases/3.2.txt +++ b/docs/releases/3.2.txt @@ -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()``. |
