wagtail/docs/releases/1.4.2.rst

21 wiersze
699 B
ReStructuredText
Czysty Zwykły widok Historia

2016-03-24 20:57:17 +00:00
===========================
Wagtail 1.4.2 release notes
===========================
.. contents::
:local:
:depth: 1
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
2016-03-27 13:32:46 +00:00
* Userbar now opens on devices with both touch and mouse (Josh Barr)
2016-03-30 21:29:06 +00:00
* ``wagtail.wagtailadmin.wagtail_hooks`` no longer calls ``static`` during app load, so you can use ``ManifestStaticFilesStorage`` without calling the ``collectstatic`` command
2016-03-30 18:59:06 +00:00
* Fixed crash on page save when a custom ``Page`` edit handler has been specified using the ``edit_handler`` attribute (Tim Heap)