pull/1238/head
Matt Westcott 2015-04-24 10:45:42 +01:00
rodzic 550e4d611b
commit a4af4b9e0a
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -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

Wyświetl plik

@ -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``