Release note for #8328 in 2.16.2

pull/9096/head
Matt Westcott 2022-04-11 13:11:56 +01:00
rodzic 4273ad28a0
commit 555f620cfe
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -13,6 +13,7 @@ Changelog
* 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)
* Fix: Skip creation of automatic redirects when page cannot be routed (Matt Westcott)
2.16.1 (11.02.2022)

Wyświetl plik

@ -19,6 +19,7 @@
* 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)
* Skip creation of automatic redirects when page cannot be routed (Matt Westcott)
## Upgrade considerations