summaryrefslogtreecommitdiff
path: root/docs/topics
diff options
context:
space:
mode:
authorAdam Johnson <me@adamj.eu>2024-08-08 07:10:13 +0100
committerSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2024-08-08 10:07:12 +0200
commit291fa5fbbe5ee1e7267b7389bec3d057519d925f (patch)
tree91a3144600a9ecbc2e84df6233bfb1dd24530664 /docs/topics
parentd9aeb23edb6cc861360ffbb59a45beccafe55dcb (diff)
[5.1.x] Refs #31405 -- Improved LoginRequiredMiddleware documentation.
co-authored-by: Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> Backport of 49815f70e4508ae21135f725da177fc2935de32c from main.
Diffstat (limited to 'docs/topics')
-rw-r--r--docs/topics/auth/default.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/auth/default.txt b/docs/topics/auth/default.txt
index 1d2ea8132d..10401717cf 100644
--- a/docs/topics/auth/default.txt
+++ b/docs/topics/auth/default.txt
@@ -671,7 +671,7 @@ login view, may need to disable this behavior.
.. function:: login_not_required()
- Allows unauthenticated requests without redirecting to the login page when
+ Allows unauthenticated requests to this view when
:class:`~django.contrib.auth.middleware.LoginRequiredMiddleware` is
installed.