mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-12 17:23:15 +00:00
Changelog/release note for #2405
This commit is contained in:
parent
9e6a56765f
commit
3f6efd18fa
2 changed files with 2 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ Changelog
|
|||
* 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 calls ``static`` during app load, so you can use ``ManifestStaticFilesStorage`` without calling ``collectstatic`` command
|
||||
* Fix: Fixed crash on page save when a custom `Page` edit handler has been specified using the `edit_handler` attribute (Tim Heap)
|
||||
|
||||
|
||||
1.4.1 (17.03.2016)
|
||||
|
|
|
|||
|
|
@ -17,3 +17,4 @@ Bug fixes
|
|||
* 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 calls ``static`` during app load, so you can use ``ManifestStaticFilesStorage`` without calling ``collectstatic`` command
|
||||
* Fixed crash on page save when a custom ``Page`` edit handler has been specified using the ``edit_handler`` attribute (Tim Heap)
|
||||
|
|
|
|||
Loading…
Reference in a new issue