summaryrefslogtreecommitdiff
path: root/docs/faq/admin.txt
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2010-08-28 02:40:57 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2010-08-28 02:40:57 +0000
commitf611ffaab3be0c9a9d21b6bd404fdefb30a3e909 (patch)
tree3d0b35b0a8c8360dd92d2b921b5d877773e4e227 /docs/faq/admin.txt
parent23e85ef25fd56de439337df28227a87080046156 (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/faq/admin.txt')
-rw-r--r--docs/faq/admin.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/faq/admin.txt b/docs/faq/admin.txt
index cd0e4f92b6..ac2e594ed2 100644
--- a/docs/faq/admin.txt
+++ b/docs/faq/admin.txt
@@ -52,11 +52,11 @@ admin. Using the same trick of extracting the user from the request, the
:meth:`~django.contrib.admin.ModelAdmin.has_change_permission` can be used to
control the visibility and editability of objects in the admin.
-My admin-site CSS and images showed up fine using the development server, but they're not displaying when using mod_python.
+My admin-site CSS and images showed up fine using the development server, but they're not displaying when using mod_wsgi.
---------------------------------------------------------------------------------------------------------------------------
-See :ref:`serving the admin files <howto-deployment-modpython-serving-the-admin-files>`
-in the "How to use Django with mod_python" documentation.
+See :ref:`serving the admin files <serving-the-admin-files>`
+in the "How to use Django with mod_wsgi" documentation.
My "list_filter" contains a ManyToManyField, but the filter doesn't display.
----------------------------------------------------------------------------