Author: adrian
Date: 2007-09-19 15:54:46 -0500 (Wed, 19 Sep 2007)
New Revision: 6376

Modified:
   django/trunk/docs/authentication.txt
Log:
Made some small edits to docs/authentication.txt changes from [6375]

Modified: django/trunk/docs/authentication.txt
===================================================================
--- django/trunk/docs/authentication.txt        2007-09-19 16:50:30 UTC (rev 
6375)
+++ django/trunk/docs/authentication.txt        2007-09-19 20:54:46 UTC (rev 
6376)
@@ -1090,12 +1090,12 @@
             else:
                 return False
                 
-This gives full permissions to user granted access in the above example. Notice
+This gives full permissions to the user granted access in the above example. 
Notice
 that the backend auth functions all take the user object as an argument, and
-also accept the same arguments given to the associated ``User`` functions.
+they also accept the same arguments given to the associated ``User`` functions.
 
 A full authorization implementation can be found in
 ``django/contrib/auth/backends.py`` _, which is the default backend and queries
-the ``auth_permission``-table most of the time.
+the ``auth_permission`` table most of the time.
 
 .. _django/contrib/auth/backends.py: 
http://code.djangoproject.com/browser/django/trunk/django/contrib/auth/backends.py


--~--~---------~--~----~------------~-------~--~----~
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