From f611ffaab3be0c9a9d21b6bd404fdefb30a3e909 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Sat, 28 Aug 2010 02:40:57 +0000 Subject: 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 --- docs/faq/admin.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/faq/admin.txt') 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 ` -in the "How to use Django with mod_python" documentation. +See :ref:`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. ---------------------------------------------------------------------------- -- cgit v1.3