summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorhui shang <shangdahao@gmail.com>2017-08-24 21:11:16 +0800
committerTim Graham <timograham@gmail.com>2017-08-24 09:11:16 -0400
commitc0f4c60edd429f5ef57241cfabd159d13e26e5ac (patch)
tree484eaaf788dd9cbda8c37cbdf59a95ca3d6c87f2 /docs
parentda0fb5b1ec89a747459ab64482f3202cb452c068 (diff)
Fixed #28513 -- Added POST request support to LogoutView.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.11.5.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.11.5.txt b/docs/releases/1.11.5.txt
index f650fe4b5a..baa327bc02 100644
--- a/docs/releases/1.11.5.txt
+++ b/docs/releases/1.11.5.txt
@@ -23,3 +23,6 @@ Bugfixes
requires an update to Oracle tables created with Django 1.11.[1-4]. Use the
upgrade script in :ticket:`28451` comment 8 to update sequence and trigger
names to use the pre-1.11 naming scheme.
+
+* Added POST request support to ``LogoutView``, for equivalence with the
+ function-based ``logout()`` view (:ticket:`28513`).