From a4af4b9e0a970740420b9a1e50a641952cc6bc62 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Fri, 24 Apr 2015 10:45:42 +0100 Subject: [PATCH] release note for #1226 --- CHANGELOG.txt | 1 + docs/releases/1.0.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index caf4003f18..67c2c4c6ed 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -43,6 +43,7 @@ Changelog * No longer automatically tries to use Celery for sending notification emails * Added "Add child page" button to admin userbar (Eric Drechsel) * Renamed the `construct_wagtail_edit_bird` hook to `construct_wagtail_userbar` + * 'static' template tags are now used throughout the admin templates, in place of STATIC_URL * Fix: Prevent logout on changing password when SessionAuthenticationMiddleware is in use diff --git a/docs/releases/1.0.rst b/docs/releases/1.0.rst index 0312b125cd..d5dfaba8e5 100644 --- a/docs/releases/1.0.rst +++ b/docs/releases/1.0.rst @@ -88,6 +88,7 @@ Admin * Date / time pickers now consistently use times without seconds, to prevent JavasSript behaviour glitches when focusing / unfocusing fields * Added hook ``construct_homepage_summary_items`` for customising the site summary panel on the admin homepage * Renamed the ``construct_wagtail_edit_bird`` hook to ``construct_wagtail_userbar`` + * 'static' template tags are now used throughout the admin templates, in place of ``STATIC_URL``