diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.9.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/releases/1.9.txt b/docs/releases/1.9.txt index 693ba7c521..148e857c86 100644 --- a/docs/releases/1.9.txt +++ b/docs/releases/1.9.txt @@ -846,9 +846,10 @@ 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. + ``window.__admin_media_prefix__`` or ``window.__admin_utc_offset__``. Image + references in JavaScript that used that value to construct absolute URLs have + been moved to CSS for easier customization. The UTC offset is stored on a + data attribute of the ``<body>`` tag. * ``CommaSeparatedIntegerField`` validation has been refined to forbid values like ``','``, ``',1'``, and ``'1,,2'``. |
