diff options
| author | Andreas Pelme <andreas@pelme.se> | 2016-12-03 19:51:32 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-12-06 12:28:00 -0500 |
| commit | 373140b07aa452946ccb6d5b0317fa09ed5bbdc2 (patch) | |
| tree | 6c2a38b6306357fa36a040c9eeb3b40967e5e199 /docs | |
| parent | 8f76673f344750d863ae0856040d89c9f67baa8c (diff) | |
Fixed #27567 -- Fixed crash in the debug view when request.user errors.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.10.5.txt | 3 |
1 files changed, 2 insertions, 1 deletions
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`). |
