Explorar el Código

Release notes for #10826

Sage Abdullah hace 1 año
padre
commit
be9504cb42
Se han modificado 2 ficheros con 4 adiciones y 0 borrados
  1. 1 0
      CHANGELOG.txt
  2. 3 0
      docs/releases/5.2.md

+ 1 - 0
CHANGELOG.txt

@@ -23,6 +23,7 @@ Changelog
  * Fix: Ensure that StreamField's `FieldBlock`s correctly set the `required` and `aria-describedby` attributes (Storm Heg)
  * Fix: Avoid an error when the moderation panel (admin dashboard) contains both snippets and private pages (Matt Westcott)
  * Fix: When deleting collections, ensure the collection name is correctly shown in the success message (LB (Ben) Johnston)
+ * Fix: Fix numbers, booleans, and `None` from being exported as strings (Christer Jensen)
  * Docs: Document `WAGTAILADMIN_BASE_URL` on "Integrating Wagtail into a Django project" page (Shreshth Srivastava)
  * Docs: Replace incorrect screenshot for authors listing on tutorial (Shreshth Srivastava)
  * Maintenance: Fix snippet search test to work on non-fallback database backends (Matt Westcott)

+ 3 - 0
docs/releases/5.2.md

@@ -28,12 +28,15 @@ depth: 1
  * Add the ability to use filters and to export listings in generic `IndexView` (Sage Abdullah)
  * Move `list_filter`, `filterset_class`, `search_fields`, `search_backend_name`, `list_export`, `export_filename`, `list_per_page`, and `ordering` from `SnippetViewSet` to `ModelViewSet` (Sage Abdullah)
  * Add default header titles to generic `IndexView` and `CreateView` (Sage Abdullah)
+ * Allow overriding `IndexView.export_headings` via `ModelViewSet` (Christer Jensen, Sage Abdullah)
+ * Change spreadsheet export headings to match listing view column headings (Christer Jensen, Sage Abdullah)
 
 ### Bug fixes
 
  * Ensure that StreamField's `FieldBlock`s correctly set the `required` and `aria-describedby` attributes (Storm Heg)
  * Avoid an error when the moderation panel (admin dashboard) contains both snippets and private pages (Matt Westcott)
  * When deleting collections, ensure the collection name is correctly shown in the success message (LB (Ben) Johnston)
+ * Fix numbers, booleans, and `None` from being exported as strings (Christer Jensen)
 
 ### Documentation