summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTony Lechner <tony@tony-lechner.com>2022-11-13 22:28:27 -0600
committerGitHub <noreply@github.com>2022-11-14 05:28:27 +0100
commitb088cc2feaac638aea91e4d3ab22d276f81630ff (patch)
tree5056bc922770557d9de24459804fe611bc0dec15 /docs
parent1be7e36f85c927560e8c3c1eda05a7e43a66cd22 (diff)
Fixed #34154 -- Made mixin headers consistent in auth docs.
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/auth/default.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/topics/auth/default.txt b/docs/topics/auth/default.txt
index f5db9fc1ed..fb5d04752d 100644
--- a/docs/topics/auth/default.txt
+++ b/docs/topics/auth/default.txt
@@ -565,8 +565,8 @@ The ``login_required`` decorator
.. currentmodule:: django.contrib.auth.mixins
-The ``LoginRequired`` mixin
-~~~~~~~~~~~~~~~~~~~~~~~~~~~
+The ``LoginRequiredMixin`` mixin
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
When using :doc:`class-based views </topics/class-based-views/index>`, you can
achieve the same behavior as with ``login_required`` by using the