Commit 2596cf16 authored by Russell Keith-Magee's avatar Russell Keith-Magee
Browse files

Clarified a comment in the mod_python docs on the status of the handler....

Clarified a comment in the mod_python docs on the status of the handler. Thanks to mattmcc for the report.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@14680 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent cbd90455
Loading
Loading
Loading
Loading
+9 −8
Original line number Diff line number Diff line
@@ -4,10 +4,11 @@ How to use Django with Apache and mod_python

.. warning::

    Support for mod_python will be deprecated in a future release of Django. If
    you are configuring a new deployment, you are strongly encouraged to
    consider using :doc:`mod_wsgi </howto/deployment/modwsgi>` or any of the
    other :doc:`supported backends </howto/deployment/index>`.
    Support for mod_python has been deprecated, and will be removed in
    Django 1.5. If you are configuring a new deployment, you are
    strongly encouraged to consider using :doc:`mod_wsgi
    </howto/deployment/modwsgi>` or any of the other :doc:`supported
    backends </howto/deployment/index>`.

.. highlight:: apache