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:58:40 -0500 |
| commit | f1f4a7f5a94b449a2174f2598a8e89c421d83917 (patch) | |
| tree | 8b006a37794f1fd25ce9dc20b284d55b71767d08 /docs | |
| parent | 6265ca25f3fb4f9bf3b38eed8b8eeafdcf02a16e (diff) | |
[1.10.x] Fixed #27567 -- Fixed crash in the debug view when request.user errors.
Backport of 373140b07aa452946ccb6d5b0317fa09ed5bbdc2 from master
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`). |
