1
0
mirror of https://github.com/django/django.git synced 2025-07-04 17:59:13 +00:00

magic-removal: Fixed broken reference in authentication documentation.

git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@2634 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Russell Keith-Magee 2006-04-09 09:20:05 +00:00
parent f576187df6
commit 09a8f137f5

View File

@ -426,7 +426,9 @@ API reference
------------- -------------
Just like users, permissions are implemented in a Django model that lives in Just like users, permissions are implemented in a Django model that lives in
`django/models/auth.py`_. `django/contrib/auth/models.py`_.
.. _django/contrib/auth/models.py: http://code.djangoproject.com/browser/django/trunk/django/contrib/auth/models.py
Fields Fields
~~~~~~ ~~~~~~