From ca0278f49652c0069d82c08917e0c420dede207b Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Sat, 7 Nov 2015 16:12:13 +0100 Subject: [1.9.x] Fixed debug view crash during autumn DST change. This only happens if USE_TZ = False and pytz is installed (perhaps not the most logical combination, but who am I to jugde?) Refs #23714 which essentially fixed the same problem when USE_TZ = True. Thanks Florian and Carl for insisting until I wrote a complete patch. Backport of 1014ba026e879e56e0f265a8d9f54e6f39843348 from master --- docs/releases/1.8.7.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.8.7.txt b/docs/releases/1.8.7.txt index 6db055b5fc..9aed739c01 100644 --- a/docs/releases/1.8.7.txt +++ b/docs/releases/1.8.7.txt @@ -9,4 +9,7 @@ Django 1.8.7 fixes several bugs in 1.8.6. Bugfixes ======== +* Fixed a crash of the debug view during the autumn DST change when + :setting:`USE_TZ` is ``False`` and ``pytz`` is installed. + * ... -- cgit v1.3