summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKaleb Elwert <belak@coded.io>2015-10-01 12:52:18 -0700
committerTim Graham <timograham@gmail.com>2015-10-02 12:29:54 -0400
commitadcf823359d7402fc1f57a2e005cea52905d897d (patch)
tree80ed02d5c32766857b376ce42c23cc6aceeecaae /docs
parent37a5a363215d7c0360ff0a8f57856d373e8c1629 (diff)
Fixed #25490 -- Made the logout() view send "no-cache" headers.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.10.txt4
1 files changed, 4 insertions, 0 deletions
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`
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^