diff options
| author | Tim Graham <timograham@gmail.com> | 2015-07-20 16:09:42 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-07-22 17:09:52 -0400 |
| commit | 8eeb566aca33600d272dee5fba59c3445b5b8163 (patch) | |
| tree | fe34575c7bb2eb186c4fadcd28142cbae0fc0fa6 /docs | |
| parent | 5aba3f0a453478f1b418d66b06593d04f2065a64 (diff) | |
Fixed #25149 -- Replaced window.__admin_utc_offset__ with a data attribute.
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'``. |
