django/docs/releases/1.8.10.txt
Tim Graham 2f0de9b0a1 [1.8.x] Fixed #26177 -- Fixed a PostgreSQL crash with TIME_ZONE=None and USE_TZ=False.
Backport of 97eb3356b2a7488c8d0ca0e47ef3e538852d44a2 from master
2016-02-08 07:45:10 -05:00

14 lines
281 B
Plaintext

===========================
Django 1.8.10 release notes
===========================
*Under development*
Django 1.8.10 fixes several bugs in 1.8.9.
Bugfixes
========
* Fixed a crash on PostgreSQL that prevented using ``TIME_ZONE=None`` and
``USE_TZ=False`` (:ticket:`26177`).