1
0
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:
Andreas Pelme
2016-12-03 19:51:32 +01:00
committed by Tim Graham
parent 8f76673f34
commit 373140b07a
3 changed files with 44 additions and 4 deletions

View File

@@ -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`).