- Fix: Streamfields no longer break on validation error
- Fix: Number of validation errors in each tab in the editor is now correctly reported again
- Fix: Userbar now opens on devices with both touch and mouse (Josh Barr)
- Fix:
wagtail.wagtailadmin.wagtail_hooks
no longer callsstatic
during app load, so you can useManifestStaticFilesStorage
without calling thecollectstatic
command - Fix: Fixed crash on page save when a custom
Page
edit handler has been specified using theedit_handler
attribute (Tim Heap)