diff --git a/docs/topics/auth/default.txt b/docs/topics/auth/default.txt index 3e319560fb..4eb7420eb9 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