summaryrefslogtreecommitdiff
path: root/docs/apache_auth.txt
diff options
context:
space:
mode:
authorChristopher Long <indirecthit@gmail.com>2006-10-27 02:11:46 +0000
committerChristopher Long <indirecthit@gmail.com>2006-10-27 02:11:46 +0000
commitf6fa1032968d8baaf2a30f8478793e8592c72c72 (patch)
tree00a0ceed348fb68e15575f70621749210d8f0968 /docs/apache_auth.txt
parent3f60a8e98d90c1fce40017a2e01b0b4643d91bd6 (diff)
[per-object-permissions] Merged to trunk [3938]
git-svn-id: http://code.djangoproject.com/svn/django/branches/per-object-permissions@3940 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/apache_auth.txt')
-rw-r--r--docs/apache_auth.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/apache_auth.txt b/docs/apache_auth.txt
index 72e0841305..b85057924b 100644
--- a/docs/apache_auth.txt
+++ b/docs/apache_auth.txt
@@ -6,7 +6,7 @@ Since keeping multiple authentication databases in sync is a common problem when
dealing with Apache, you can configuring Apache to authenticate against Django's
`authentication system`_ directly. For example, you could:
- * Serve media files directly from Apache only to authenticated users.
+ * Serve static/media files directly from Apache only to authenticated users.
* Authenticate access to a Subversion_ repository against Django users with
a certain permission.