[1.0.X] Fixed #9718 -- Removed a reference to oldforms FormWrapper? object in the user authentication docs.
Backport of r9595 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9596 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
61e36bd7d1
commit
89f2a5892d
|
@ -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