Author: gwilson
Date: 2010-03-27 17:21:48 -0500 (Sat, 27 Mar 2010)
New Revision: 12870

Modified:
   django/trunk/docs/topics/auth.txt
Log:
Fixed #13226 -- Corrected typo in authentication docs, thanks rokclimb15.


Modified: django/trunk/docs/topics/auth.txt
===================================================================
--- django/trunk/docs/topics/auth.txt   2010-03-27 21:17:23 UTC (rev 12869)
+++ django/trunk/docs/topics/auth.txt   2010-03-27 22:21:48 UTC (rev 12870)
@@ -821,7 +821,7 @@
     :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/

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to