diff options
| author | Tim Graham <timograham@gmail.com> | 2016-02-06 09:21:05 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-02-08 07:21:54 -0500 |
| commit | 97eb3356b2a7488c8d0ca0e47ef3e538852d44a2 (patch) | |
| tree | 7e5a9a9ead57d7ff351c8a71c54454be6a324c00 /docs | |
| parent | e000ca23d206e1c615d1d87af24d940239d6c3ca (diff) | |
Fixed #26177 -- Fixed a PostgreSQL crash with TIME_ZONE=None and USE_TZ=False.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.8.10.txt | 3 | ||||
| -rw-r--r-- | docs/releases/1.9.3.txt | 3 |
2 files changed, 5 insertions, 1 deletions
diff --git a/docs/releases/1.8.10.txt b/docs/releases/1.8.10.txt index d680bad687..c9e77552e6 100644 --- a/docs/releases/1.8.10.txt +++ b/docs/releases/1.8.10.txt @@ -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`). diff --git a/docs/releases/1.9.3.txt b/docs/releases/1.9.3.txt index 8686f32c5c..ac62926583 100644 --- a/docs/releases/1.9.3.txt +++ b/docs/releases/1.9.3.txt @@ -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`). |
