From 8a48d490a1569017d8be8079c34a1506da24d07d Mon Sep 17 00:00:00 2001 From: Jacob Kaplan-Moss Date: Sat, 15 Sep 2007 18:54:31 +0000 Subject: [PATCH] Small reST tweak to [6309]. git-svn-id: http://code.djangoproject.com/svn/django/trunk@6311 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/apache_auth.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/apache_auth.txt b/docs/apache_auth.txt index 180dd39164..4e62338a27 100644 --- a/docs/apache_auth.txt +++ b/docs/apache_auth.txt @@ -29,7 +29,7 @@ with the standard ``Auth*`` and ``Require`` directives:: PythonAuthenHandler django.contrib.auth.handlers.modpython -.. admonition:: Apache 2.2 +.. note:: Using the authentication handler with Apache 2.2 If you're using Apache 2.2, you'll need to take a couple extra steps.