Wagtail 1.4.2 release notes¶
What’s changed¶
Bug fixes¶
- Streamfields no longer break on validation error
- Number of validation errors in each tab in the editor is now correctly reported again
- Userbar now opens on devices with both touch and mouse (Josh Barr)
wagtail.wagtailadmin.wagtail_hooksno longer callsstaticduring app load, so you can useManifestStaticFilesStoragewithout calling thecollectstaticcommand- Fixed crash on page save when a custom
Pageedit handler has been specified using theedit_handlerattribute (Tim Heap)