Commit ff3e1a7d authored by Gary Wilson Jr's avatar Gary Wilson Jr
Browse files

Fixed #9718 -- Removed a reference to oldforms FormWrapper object in the user authentication docs.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@9595 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent b76d7c1d
Loading
Loading
Loading
Loading
+14 −14
Original line number Diff line number Diff line
@@ -682,7 +682,7 @@ the following line to your URLconf::

        * ``form``: A :class:`~django.forms.Form` object representing the
          login form. See the :ref:`forms documentation <topics-forms-index>`
          for more on ``FormWrapper`` objects.
          for more on ``Form`` objects.

        * ``next``: The URL to redirect to after successful login. This may contain
          a query string, too.