Commit 3b7a4c6a authored by Luke Plant's avatar Luke Plant
Browse files

Fixed #17117 - ADMIN_MEDIA_PREFIX should still be visible in docs

Thanks to claudep for the report and patch.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@17063 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent d71b4309
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -2148,6 +2148,16 @@ The default value for the X-Frame-Options header used by
Deprecated settings
===================

.. setting:: ADMIN_MEDIA_PREFIX

ADMIN_MEDIA_PREFIX
------------------

.. deprecated:: 1.4
   This setting has been obsoleted by the ``django.contrib.staticfiles`` app
   integration. See the :doc:`Django 1.4 release notes</releases/1.4>` for
   more information.

.. setting:: CACHE_BACKEND

CACHE_BACKEND