Django

Code

Changeset 7663

Show
Ignore:
Timestamp:
06/16/08 10:41:20 (5 months ago)
Author:
brosner
Message:

newforms-admin: Fixed #7445 -- Removed an old reference to oldforms in the auth documentation. Thanks peterd12.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/branches/newforms-admin/docs/authentication.txt

    r7604 r7663  
    517517template context variables: 
    518518 
    519     * ``form``: A ``FormWrapper`` object representing the login form. See the 
    520       `forms documentation`_ for more on ``FormWrapper`` objects. 
     519    * ``form``: A ``Form`` object representing the login form. See the 
     520      `newforms documentation`_ for more on ``Form`` objects. 
    521521    * ``next``: The URL to redirect to after successful login. This may contain 
    522522      a query string, too. 
     
    558558    {% endblock %} 
    559559 
    560 .. _forms documentation: ../forms/ 
     560.. _newforms documentation: ../newforms/ 
    561561.. _site framework docs: ../sites/ 
    562562