kopia lustrzana https://github.com/wagtail/wagtail
Release/Changelog notes for #1263/#1269
rodzic
edce85e56a
commit
e7e0ddcedd
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
Ładowanie…
Reference in New Issue