|
@@ -48,6 +48,7 @@ Changelog
|
|
|
* Implement new slim page editor header with breadcrumb (Steven Steinwand, Karl Hobley)
|
|
|
* Add the ability for choices to be separated by new lines instead of just commas within the form builder, commas will still be supported if used (Abdulmajeed Isa)
|
|
|
* Add internationalisation UI to modeladmin (Andrés Martano)
|
|
|
+ * Support chunking in `PageQuerySet.specific()` to reduce memory consumption (Andy Babic)
|
|
|
* Fix: When using `simple_translations` ensure that the user is redirected to the page edit view when submitting for a single locale (Mitchel Cabuloy)
|
|
|
* Fix: When previewing unsaved changes to `Form` pages, ensure that all added fields are correctly shown in the preview (Joshua Munn)
|
|
|
* Fix: When Documents (e.g. PDFs) have been configured to be served inline via `WAGTAILDOCS_CONTENT_TYPES` & `WAGTAILDOCS_INLINE_CONTENT_TYPES` ensure that the filename is correctly set in the `Content-Disposition` header so that saving the files will use the correct filename (John-Scott Atlakson)
|