From b088cc2feaac638aea91e4d3ab22d276f81630ff Mon Sep 17 00:00:00 2001 From: Tony Lechner Date: Sun, 13 Nov 2022 22:28:27 -0600 Subject: [PATCH] Fixed #34154 -- Made mixin headers consistent in auth docs. --- docs/topics/auth/default.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/topics/auth/default.txt b/docs/topics/auth/default.txt index f5db9fc1edbc..fb5d04752dfd 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 `, you can achieve the same behavior as with ``login_required`` by using the