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
This commit is contained in:
parent
d71b4309ca
commit
3b7a4c6adc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue