mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed #26177 -- Fixed a PostgreSQL crash with TIME_ZONE=None and USE_TZ=False.
This commit is contained in:
parent
e000ca23d2
commit
97eb3356b2
5 changed files with 12 additions and 3 deletions
|
@ -9,4 +9,5 @@ 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`).
|
||||
|
|
|
@ -11,3 +11,6 @@ Bugfixes
|
|||
|
||||
* Skipped URL checks (new in 1.9) if the ``ROOT_URLCONF`` setting isn't defined
|
||||
(:ticket:`26155`).
|
||||
|
||||
* Fixed a crash on PostgreSQL that prevented using ``TIME_ZONE=None`` and
|
||||
``USE_TZ=False`` (:ticket:`26177`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue