blob: 86ce864a7feeed6e009f00617b77af9dcd0061db (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
==========================
Django 3.2.7 release notes
==========================
*September 1, 2021*
Django 3.2.7 fixes a bug in 3.2.6.
Bugfixes
========
* Fixed a regression in Django 3.2 that caused the incorrect offset extraction
from fixed offset timezones (:ticket:`32992`).
|