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
This commit is contained in:
parent
b76d7c1dec
commit
ff3e1a7d40
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue