mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-02 12:34:46 +00:00
Release note for #2140
This commit is contained in:
parent
8b6c24d3f7
commit
7d22066da5
2 changed files with 2 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ Changelog
|
|||
* Upgraded jQuery to 2.2.1 (Charlie Choiniere)
|
||||
* Multiple homepage summary items (`construct_homepage_summary_items` hook) now better vertically spaced (Nicolas Kuttler)
|
||||
* Email notifications can now be sent in HTML format (Mike Dingjan)
|
||||
* `StreamBlock` now has provision for throwing non-field-specific validation errors
|
||||
* Fix: Custom page managers no longer raise an error when used on an abstract model
|
||||
* Fix: Wagtail's migrations are now all reversible (benjaoming)
|
||||
* Fix: Deleting a page content type now preserves existing pages as basic Page instances, to prevent tree corruption
|
||||
|
|
|
|||
|
|
@ -64,6 +64,7 @@ Minor features
|
|||
* Upgraded jQuery to 2.2.1 (Charlie Choiniere)
|
||||
* Multiple homepage summary items (`construct_homepage_summary_items` hook) now better vertically spaced (Nicolas Kuttler)
|
||||
* Email notifications can now be sent in HTML format. See :ref:`email_notifications_format` (Mike Dingjan)
|
||||
* ``StreamBlock`` now has provision for throwing non-field-specific validation errors
|
||||
|
||||
|
||||
Bug fixes
|
||||
|
|
|
|||
Loading…
Reference in a new issue