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:
Gary Wilson Jr 2008-12-08 05:27:04 +00:00
parent b76d7c1dec
commit ff3e1a7d40
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.