1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #19538 -- Removed window.__admin_media_prefix__ from admin templates.

This commit is contained in:
Tim Graham
2015-03-04 13:05:17 -05:00
parent b4a1bb8669
commit d61ebc8fed
12 changed files with 94 additions and 42 deletions

View File

@@ -252,6 +252,11 @@ Miscellaneous
* ``ValuesQuerySet`` and ``ValuesListQuerySet`` have been removed.
* The ``admin/base.html`` template no longer sets
``window.__admin_media_prefix__``. Image references in JavaScript that used
that value to construct absolute URLs have been moved to CSS for easier
customization.
.. _deprecated-features-1.9:
Features deprecated in 1.9