mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-15 20:41:01 +00:00
Tweaks to changelog message
This commit is contained in:
parent
b3aa292110
commit
0e43826d96
2 changed files with 2 additions and 2 deletions
|
|
@ -19,7 +19,7 @@ Changelog
|
|||
* 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 calls ``static`` during app load, so you can use ``ManifestStaticFilesStorage`` without calling ``collectstatic`` command
|
||||
* Fix: `wagtail.wagtailadmin.wagtail_hooks` no longer calls `static` during app load, so you can use `ManifestStaticFilesStorage` without calling the `collectstatic` command
|
||||
* Fix: Fixed crash on page save when a custom `Page` edit handler has been specified using the `edit_handler` attribute (Tim Heap)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -16,5 +16,5 @@ 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 calls ``static`` during app load, so you can use ``ManifestStaticFilesStorage`` without calling ``collectstatic`` command
|
||||
* ``wagtail.wagtailadmin.wagtail_hooks`` no longer calls ``static`` during app load, so you can use ``ManifestStaticFilesStorage`` without calling the ``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