From adcf823359d7402fc1f57a2e005cea52905d897d Mon Sep 17 00:00:00 2001 From: Kaleb Elwert Date: Thu, 1 Oct 2015 12:52:18 -0700 Subject: Fixed #25490 -- Made the logout() view send "no-cache" headers. --- docs/releases/1.10.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.10.txt b/docs/releases/1.10.txt index 66d3828087..52ba47a2d3 100644 --- a/docs/releases/1.10.txt +++ b/docs/releases/1.10.txt @@ -47,6 +47,10 @@ Minor features subclassed ``django.contrib.auth.hashers.PBKDF2PasswordHasher`` to change the default value. +* The :func:`~django.contrib.auth.views.logout` view sends "no-cache" headers + to prevent an issue where Safari caches redirects and prevents a user from + being able to log out. + :mod:`django.contrib.contenttypes` ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -- cgit v1.3