diff options
| author | Russell Keith-Magee <russell@keith-magee.com> | 2010-08-28 02:40:57 +0000 |
|---|---|---|
| committer | Russell Keith-Magee <russell@keith-magee.com> | 2010-08-28 02:40:57 +0000 |
| commit | f611ffaab3be0c9a9d21b6bd404fdefb30a3e909 (patch) | |
| tree | 3d0b35b0a8c8360dd92d2b921b5d877773e4e227 /docs/howto/apache-auth.txt | |
| parent | 23e85ef25fd56de439337df28227a87080046156 (diff) | |
Fixed #13820 -- Started the deprecation process for mod_python. Thanks to Robert Coup for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13648 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/howto/apache-auth.txt')
| -rw-r--r-- | docs/howto/apache-auth.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/howto/apache-auth.txt b/docs/howto/apache-auth.txt index 2ebae0b736..b3723f92c6 100644 --- a/docs/howto/apache-auth.txt +++ b/docs/howto/apache-auth.txt @@ -2,6 +2,13 @@ Authenticating against Django's user database from Apache ========================================================= +.. warning:: + + Support for mod_python has been deprecated within Django. At that + time, this method of authentication will no longer be provided by + Django. The community is welcome to offer its own alternate + solutions using WSGI middleware or other approaches. + Since keeping multiple authentication databases in sync is a common problem when dealing with Apache, you can configuring Apache to authenticate against Django's :doc:`authentication system </topics/auth>` directly. For example, you |
