From 384816fccb6dfc7fc40f8059811341ba3572d9ff Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Sat, 23 Nov 2013 20:51:17 +0100 Subject: Fixed #21448 -- Fixed test client logout with cookie-based sessions Thanks Gunnar Scherf for the report and the suggested patch. --- docs/releases/1.6.1.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') 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). -- cgit v1.3