Bläddra i källkod

Release notes for #8037 and missing changelog entries for other JSONField conversions

jacobtoppm 3 år sedan
förälder
incheckning
aaf1b53e20
2 ändrade filer med 5 tillägg och 0 borttagningar
  1. 4 0
      CHANGELOG.txt
  2. 1 0
      docs/releases/2.17.md

+ 4 - 0
CHANGELOG.txt

@@ -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)

+ 1 - 0
docs/releases/2.17.md

@@ -54,6 +54,7 @@ The panel types `StreamFieldPanel`, `RichTextFieldPanel`, `ImageChooserPanel`, `
  * 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)
 
 
 ### Bug fixes