diff options
| author | Tom Christie | 2013-08-23 11:21:45 +0100 |
|---|---|---|
| committer | Tom Christie | 2013-08-23 11:21:52 +0100 |
| commit | 19a774f97292444a48c5b7521e1b0c0ea48b6502 (patch) | |
| tree | abd8cfe85cb7f448639abf6d195dee526a0ebff1 /docs/topics/release-notes.md | |
| parent | b8561f41238e0ad79b2cc823518a93314d987979 (diff) | |
| download | django-rest-framework-19a774f97292444a48c5b7521e1b0c0ea48b6502.tar.bz2 | |
force_authenticate(None) also clears session info.
Closes #1055.
Diffstat (limited to 'docs/topics/release-notes.md')
| -rw-r--r-- | docs/topics/release-notes.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/topics/release-notes.md b/docs/topics/release-notes.md index dfc4bfbb..af90b1ea 100644 --- a/docs/topics/release-notes.md +++ b/docs/topics/release-notes.md @@ -44,6 +44,7 @@ You can determine your currently installed version using `pip freeze`: * Support customizable view name and description functions, using the `VIEW_NAME_FUNCTION` and `VIEW_DESCRIPTION_FUNCTION` settings. * Bugfix: `required=True` argument fixed for boolean serializer fields. +* Bugfix: `client.force_authenticate(None)` should also clear session info if it exists. ### 2.3.7 |
