diff options
| author | John Moses <john.moses@cerner.com> | 2015-10-02 09:44:35 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-10-05 09:36:42 -0400 |
| commit | 2b6344e9447b5a62cb779b92b061b783bdef5f1c (patch) | |
| tree | a75d825d22034b176948d600a3da0992281a01af /docs | |
| parent | ea8e7fd989095c1444528c8b9808076985d5ea0a (diff) | |
Fixed #25037 -- Added request.user to the debug view.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.10.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/1.10.txt b/docs/releases/1.10.txt index 183699505a..1eada416f6 100644 --- a/docs/releases/1.10.txt +++ b/docs/releases/1.10.txt @@ -165,7 +165,7 @@ Models Requests and Responses ^^^^^^^^^^^^^^^^^^^^^^ -* ... +* Added ``request.user`` to the debug view. Serialization ^^^^^^^^^^^^^ |
