diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2012-11-17 22:38:19 +0100 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2012-11-17 22:38:19 +0100 |
| commit | 9b755a298a55849bf8e831a46639999609aedfff (patch) | |
| tree | bdb0c3ef6e3850697c8265fceaecefacdc196d7d /docs/ref | |
| parent | 778b8bdcf4fb2c7ddbf22ddbe8665001387b21ae (diff) | |
Fixed #19291 -- Completed deprecation of ADMIN_MEDIA_PREFIX.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/settings.txt | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt index 5544c99dd1..9b222bf586 100644 --- a/docs/ref/settings.txt +++ b/docs/ref/settings.txt @@ -2210,16 +2210,6 @@ 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:: AUTH_PROFILE_MODULE AUTH_PROFILE_MODULE |
