0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-12-01 11:41:20 +01:00

Release note for #8302 in 2.16.2

This commit is contained in:
Matt Westcott 2022-04-11 10:28:29 +01:00
parent 7ad87c7d93
commit d42eb4ed01
2 changed files with 2 additions and 0 deletions

View File

@ -80,6 +80,7 @@ Changelog
* Fix: Page copy in Wagtail admin ignores `exclude_fields_in_copy` (John-Scott Atlakson)
* Fix: Translation key `IntegrityError` when publishing pages with translatable `Orderable`s that were copied without being published (Kalob Taulien, Dan Braghis)
* Fix: Ignore `GenericRelation` when copying pages (John-Scott Atlakson)
* Fix: Ensure 'next' links from image / document listings do not redirect back to partial AJAX view (Matt Westcott)
2.16.1 (11.02.2022)

View File

@ -19,6 +19,7 @@ depth: 1
* Ensure page copy in Wagtail admin doesn't ignore `exclude_fields_in_copy` (John-Scott Atlakson)
* Generate new translation keys for translatable `Orderable`s when page is copied without being published (Kalob Taulien, Dan Braghis)
* Ignore `GenericRelation` when copying pages (John-Scott Atlakson)
* Ensure 'next' links from image / document listings do not redirect back to partial AJAX view (Matt Westcott)
## Upgrade considerations