From 373140b07aa452946ccb6d5b0317fa09ed5bbdc2 Mon Sep 17 00:00:00 2001 From: Andreas Pelme Date: Sat, 3 Dec 2016 19:51:32 +0100 Subject: Fixed #27567 -- Fixed crash in the debug view when request.user errors. --- docs/releases/1.10.5.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/releases/1.10.5.txt b/docs/releases/1.10.5.txt index 18827e24a4..ac9270c3c0 100644 --- a/docs/releases/1.10.5.txt +++ b/docs/releases/1.10.5.txt @@ -9,4 +9,5 @@ Django 1.10.5 fixes several bugs in 1.10.4. Bugfixes ======== -* ... +* Fixed a crash in the debug view if ``request.user`` can't be retrieved, such + as if the database is unavailable (:ticket:`27567`). -- cgit v1.3