Release/Changelog notes for #1263/#1269

pull/1278/head
Dan Braghis 2015-05-06 17:19:57 +01:00
rodzic edce85e56a
commit e7e0ddcedd
2 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -46,6 +46,8 @@ Changelog
* 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
* Added a new decorator-based syntax for RoutablePage, compatible with Django 1.8
* Collapsible blocks stay open on any form error (Salvador Faria)
* Document upload modal no longer switches tabs on form errors (Salvador Faria)
0.8.8 (xx.xx.2015)

Wyświetl plik

@ -123,6 +123,8 @@ Bug fixes
* The ``document_served`` signal now correctly passes the Document class as ``sender`` and the document as ``instance``
* Image edit page no longer throws ``OSError`` when the original image is missing
* Collapsible blocks stay open on any form error
* Document upload modal no longer switches tabs on form errors
Upgrade considerations