From 1024b5e74a7166313ad4e4975a15e90dccd3ec5f Mon Sep 17 00:00:00 2001 From: David Smith Date: Fri, 23 Jul 2021 07:48:16 +0100 Subject: Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropriate. --- docs/topics/auth/default.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/topics/auth/default.txt') diff --git a/docs/topics/auth/default.txt b/docs/topics/auth/default.txt index 82cf58c128..a89949894f 100644 --- a/docs/topics/auth/default.txt +++ b/docs/topics/auth/default.txt @@ -347,7 +347,7 @@ inherit the permissions of the concrete model they subclass:: .. _auth-web-requests: -Authentication in Web requests +Authentication in web requests ============================== Django uses :doc:`sessions ` and middleware to hook the @@ -451,7 +451,7 @@ How to log a user out When you call :func:`~django.contrib.auth.logout()`, the session data for the current request is completely cleaned out. All existing data is - removed. This is to prevent another person from using the same Web browser + removed. This is to prevent another person from using the same web browser to log in and have access to the previous user's session data. If you want to put anything into the session that will be available to the user immediately after logging out, do that *after* calling -- cgit v1.3