Skip to content

Commit

Permalink
Made some small edits to docs/authentication.txt changes from [6375]
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6376 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
adrianholovaty committed Sep 19, 2007
1 parent f857e37 commit 5c55cc8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/authentication.txt
Expand Up @@ -1090,12 +1090,12 @@ simply::
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

0 comments on commit 5c55cc8

Please sign in to comment.