summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2013-11-23 20:51:17 +0100
committerClaude Paroz <claude@2xlibre.net>2013-11-26 20:42:54 +0100
commit655b8bb10b3c00d6c96e357d085c20b397a2ffa0 (patch)
tree85c38474cce6ef968573eca6bcef3e56a5f4ac44 /docs
parent6cd5c67b694b3469817e38d02f79ddef7c2a7132 (diff)
[1.6.x] Fixed #21448 -- Fixed test client logout with cookie-based sessions
Thanks Gunnar Scherf for the report and the suggested patch. Backport of 384816fcc from master.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.6.1.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/releases/1.6.1.txt b/docs/releases/1.6.1.txt
index 156378f928..91c6a9e261 100644
--- a/docs/releases/1.6.1.txt
+++ b/docs/releases/1.6.1.txt
@@ -37,3 +37,5 @@ Bug fixes
multiple times (#21488, #17181).
* Fixed a regression that unnecessarily triggered settings configuration when
importing ``get_wsgi_application`` (#21486).
+* Fixed test client ``logout()`` method when using the cookie-based session
+ backend (#21448).