mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #27567 -- Fixed crash in the debug view when request.user errors.
This commit is contained in:
committed by
Tim Graham
parent
8f76673f34
commit
373140b07a
@@ -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`).
|
||||
|
||||
Reference in New Issue
Block a user