1.4.2.rst 694 B

1234567891011121314151617181920
  1. ===========================
  2. Wagtail 1.4.2 release notes
  3. ===========================
  4. .. contents::
  5. :local:
  6. :depth: 1
  7. What's changed
  8. ==============
  9. Bug fixes
  10. ~~~~~~~~~
  11. * Streamfields no longer break on validation error
  12. * Number of validation errors in each tab in the editor is now correctly reported again
  13. * Userbar now opens on devices with both touch and mouse (Josh Barr)
  14. * ``wagtail.wagtailadmin.wagtail_hooks`` no longer calls ``static`` during app load, so you can use ``ManifestStaticFilesStorage`` without calling the ``collectstatic`` command
  15. * Fixed crash on page save when a custom ``Page`` edit handler has been specified using the ``edit_handler`` attribute (Tim Heap)