diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt
index 999e2ba..20366e3 100644
a
|
b
|
The default value for the X-Frame-Options header used by
|
2148 | 2148 | Deprecated settings |
2149 | 2149 | =================== |
2150 | 2150 | |
| 2151 | .. setting:: ADMIN_MEDIA_PREFIX |
| 2152 | |
| 2153 | ADMIN_MEDIA_PREFIX |
| 2154 | ------------------ |
| 2155 | |
| 2156 | .. deprecated:: 1.4 |
| 2157 | This setting has been obsoleted by the ``django.contrib.staticfiles`` app |
| 2158 | integration. See the :doc:`Django 1.4 release notes</releases/1.4>` for |
| 2159 | more information. |
| 2160 | |
2151 | 2161 | .. setting:: CACHE_BACKEND |
2152 | 2162 | |
2153 | 2163 | CACHE_BACKEND |