1
0
mirror of https://github.com/django/django.git synced 2024-12-22 17:16:24 +00:00

removed undefined label (which had blocked PR with exit code 1)

This commit is contained in:
mbcodes 2024-10-30 19:50:30 -07:00
parent f1c0936af0
commit fd1e7fdb38

View File

@ -728,7 +728,7 @@ email in the desired domain and if not, redirects to the login page::
.. class:: UserPassesTestMixin
When using :ref:`classed-based views class-based-views-explanation`, you
When using :ref:`class-based-views-explanation`, you
can use the ``UserPassesTestMixin`` to do this.
.. method:: test_func()