mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-03 04:54:45 +00:00
Release notes for #3482
This commit is contained in:
parent
df12154216
commit
35a1af2b3b
3 changed files with 3 additions and 0 deletions
|
|
@ -46,6 +46,7 @@ Changelog
|
|||
* Fix: Scrolling within the datetime picker is now usable again for touchpads (Ralph Jacobs)
|
||||
* Fix: List-based fields within form builder form submissions are now displayed as comma-separated strings rather than as Python lists (Christine Ho, Matt Westcott)
|
||||
* Fix: Ensure that page editor forms are submitted as multipart when file fields exist in InlinePanels (Wietze Helmantel)
|
||||
* Fix: The page type usage listing now have a translatable page title (Ramon de Jezus)
|
||||
|
||||
|
||||
1.9 (16.02.2017)
|
||||
|
|
|
|||
|
|
@ -226,6 +226,7 @@ Contributors
|
|||
* Maarten Kling
|
||||
* Huub Bouma
|
||||
* Thijs Kramer
|
||||
* Ramon de Jezus
|
||||
|
||||
Translators
|
||||
===========
|
||||
|
|
|
|||
|
|
@ -58,6 +58,7 @@ Bug fixes
|
|||
* Scrolling within the datetime picker is now usable again for touchpads (Ralph Jacobs)
|
||||
* List-based fields within form builder form submissions are now displayed as comma-separated strings rather than as Python lists (Christine Ho, Matt Westcott)
|
||||
* Ensure that page editor forms are submitted as multipart when file fields exist in InlinePanels (Wietze Helmantel)
|
||||
* The page type usage listing now have a translatable page title (Ramon de Jezus)
|
||||
|
||||
|
||||
Upgrade considerations
|
||||
|
|
|
|||
Loading…
Reference in a new issue