Ver Fonte

Release note for #8271

Matt Westcott há 3 anos atrás
pai
commit
be6526e95d
2 ficheiros alterados com 2 adições e 0 exclusões
  1. 1 0
      CHANGELOG.txt
  2. 1 0
      docs/releases/3.0.md

+ 1 - 0
CHANGELOG.txt

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

+ 1 - 0
docs/releases/3.0.md

@@ -77,6 +77,7 @@ class LandingPage(Page):
  * Add [`wagtail_update_image_renditions` management command](wagtail_update_image_renditions) to regenerate image renditions or purge all existing renditions (Hitansh Shah, Onno Timmerman, Damian Moore)
  * 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)
 
 ### Bug fixes