From 09a8f137f54b9cd253b364dbb39356bd740aafbe Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Sun, 9 Apr 2006 09:20:05 +0000 Subject: [PATCH] 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 --- docs/authentication.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/authentication.txt b/docs/authentication.txt index 48ea8892eb..69ec812b24 100644 --- a/docs/authentication.txt +++ b/docs/authentication.txt @@ -426,7 +426,9 @@ API reference ------------- 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 ~~~~~~