summaryrefslogtreecommitdiff
path: root/docs/index.txt
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2012-03-31 10:34:11 +0000
committerClaude Paroz <claude@2xlibre.net>2012-03-31 10:34:11 +0000
commita1ffb021072026ad58546609cd2c34f737fd26cc (patch)
tree1f4e356e2a9bd8fe0fc770e520c14ff93a836f7a /docs/index.txt
parent23d34597615d8209de72bd819539a696ba0d1e7f (diff)
Fixed #18029 -- Removed mod_python as of deprecation process. Thanks Aymeric Augustin for the review.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17835 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/index.txt')
-rw-r--r--docs/index.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/index.txt b/docs/index.txt
index a5d2e139ac..66c8e73a0c 100644
--- a/docs/index.txt
+++ b/docs/index.txt
@@ -156,7 +156,6 @@ The development process
:doc:`Overview <howto/deployment/index>` |
:doc:`WSGI servers <howto/deployment/wsgi/index>` |
:doc:`FastCGI/SCGI/AJP <howto/deployment/fastcgi>` |
- :doc:`Apache/mod_python (deprecated) <howto/deployment/modpython>` |
:doc:`Apache authentication <howto/apache-auth>` |
:doc:`Handling static files <howto/static-files>` |
:doc:`Tracking code errors by email <howto/error-reporting>`