diff options
| author | Gary Wilson Jr <gary.wilson@gmail.com> | 2010-03-27 22:21:48 +0000 |
|---|---|---|
| committer | Gary Wilson Jr <gary.wilson@gmail.com> | 2010-03-27 22:21:48 +0000 |
| commit | dae7d0ba05552b8c4cd06d2241cb53b9fe763f40 (patch) | |
| tree | d72bde749dae76fb938a540022584896269d1020 /docs/topics/auth.txt | |
| parent | 2a6f14b93013f9918d576b2d4f65e7cf434c788d (diff) | |
Fixed #13226 -- Corrected typo in authentication docs, thanks rokclimb15.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12870 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/topics/auth.txt')
| -rw-r--r-- | docs/topics/auth.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/auth.txt b/docs/topics/auth.txt index ddf8c4834c..d796625a76 100644 --- a/docs/topics/auth.txt +++ b/docs/topics/auth.txt @@ -821,7 +821,7 @@ the following line to your URLconf:: :ref:`authentication-backends`) you can pass a custom authentication form to the login view via the ``authentication_form`` parameter. This form must accept a ``request`` keyword argument in its ``__init__`` method, and - provide a ``get_user`` argument which returns the authenticated user object + provide a ``get_user`` method which returns the authenticated user object (this method is only ever called after successful form validation). .. _forms documentation: ../forms/ |
