kopia lustrzana https://github.com/wagtail/wagtail
Release note for #5880
rodzic
32de830427
commit
a34d509f7e
|
@ -5,6 +5,7 @@ Changelog
|
|||
~~~~~~~~~~~~~~~~
|
||||
|
||||
* Removed support for Django 2.1
|
||||
* Added data exports in XLSX and CSV format for reports, ModelAdmin and form submissions (Jacob Topp-Mugglestone)
|
||||
* Skip page validation when unpublishing a page (Samir Shah)
|
||||
* Added `MultipleChoiceBlock` block type for StreamField (James O'Toole)
|
||||
* ChoiceBlock now accepts a `widget` keyword argument (James O'Toole)
|
||||
|
|
|
@ -10,6 +10,11 @@ Wagtail 2.9 release notes - IN DEVELOPMENT
|
|||
What's new
|
||||
==========
|
||||
|
||||
Report data exports
|
||||
~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Data from reports, form submissions and ModelAdmin can now be exported to both XLSX and CSV format. For ModelAdmin, this is enabled by specifying a ``list_export`` attribute on the ModelAdmin class. This feature was developed by Jacob Topp-Mugglestone and sponsored by `The Motley Fool <https://www.fool.com/>`_.
|
||||
|
||||
|
||||
Other features
|
||||
~~~~~~~~~~~~~~
|
||||
|
|
Ładowanie…
Reference in New Issue