Fixed #25037 -- Added request.user to the debug view.

This commit is contained in:
John Moses 2015-10-02 09:44:35 -05:00 committed by Tim Graham
parent ea8e7fd989
commit 2b6344e944
3 changed files with 20 additions and 1 deletions

View file

@ -165,7 +165,7 @@ Models
Requests and Responses
^^^^^^^^^^^^^^^^^^^^^^
* ...
* Added ``request.user`` to the debug view.
Serialization
^^^^^^^^^^^^^