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_hooks
no longer callsstatic
during app load, so you can useManifestStaticFilesStorage
without calling thecollectstatic
command- Fixed crash on page save when a custom
Page
edit handler has been specified using theedit_handler
attribute (Tim Heap)