summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2010-11-22 12:13:18 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2010-11-22 12:13:18 +0000
commitcbd90455a08c6ec379ec647415fc96c21ef39834 (patch)
tree574cde16fb75b1ea79a6b80ecbbb7168457d1d79 /docs
parent6482dec29563a7d715ba489d0781b7d82be4b043 (diff)
Clarified the text describing the deprecation status of mod_python. Thanks to mattmcc and Tai Lee for pointing out the ambiguity.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14679 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.3.txt9
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/releases/1.3.txt b/docs/releases/1.3.txt
index fc482b27b4..eea75470f6 100644
--- a/docs/releases/1.3.txt
+++ b/docs/releases/1.3.txt
@@ -334,9 +334,12 @@ of active projects in its version control repositories, and its lead developer
has shifted all of his efforts toward the lighter, slimmer, more stable, and
more flexible ``mod_wsgi`` backend.
-If you are currently using the ``mod_python`` request handler, it is strongly
-encouraged you redeploy your Django instances using :doc:`mod_wsgi
-</howto/deployment/modwsgi>`.
+If you are currently using the ``mod_python`` request handler, you
+should redeploy your Django projects using another request handler.
+:doc:`mod_wsgi </howto/deployment/modwsgi>` is the request handler
+recommended by the Django project, but :doc:`FastCGI
+</howto/deployment/fastcgi>` is also supported. Support for
+``mod_python`` deployment will be removed in Django 1.5.
Function-based generic views
~~~~~~~~~~~~~~~~~~~~~~~~~~~~