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:34 -0400
commit58aaf13e759cf60f8eaab42f650921923fde6502 (patch)
treea343e491a118c9c28f17419e0d3cff95461fbcef /docs
parent0d21bdd3805f5d3a37a02062a170cabe377aa8fe (diff)
[1.11.x] Fixed #28513 -- Added POST request support to LogoutView.
Backport of c0f4c60edd429f5ef57241cfabd159d13e26e5ac from master
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`).