[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:
Gary Wilson Jr 2008-12-08 05:29:43 +00:00
parent 61e36bd7d1
commit 89f2a5892d
1 changed files with 14 additions and 14 deletions

View File

@ -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.