|
@@ -29,6 +29,10 @@ Changelog
|
|
|
* Removed unofficial length parameter on `If-Modified-Since` header in `sendfile_streaming_backend` which was only used by IE (Mariusz Felisiak)
|
|
|
* Add Pinterest support to the list of default oEmbed providers (Dharmik Gangani)
|
|
|
* Update Jinja2 template support for Jinja2 3.x (Seb Brown)
|
|
|
+ * Add ability for `StreamField` to use `JSONField` to store data, rather than `TextField` (Sage Abdullah)
|
|
|
+ * Replace `content_json` `TextField` with `content` `JSONField` in `PageRevision` (Sage Abdullah)
|
|
|
+ * Remove `replace_text` management command (Sage Abdullah)
|
|
|
+ * Replace `data_json` `TextField` with `data` `JSONField` in `BaseLogEntry` (Sage Abdullah)
|
|
|
* 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)
|