pull/7933/head
LB Johnston 2022-02-22 16:35:42 +10:00
rodzic 11ecb3bb4f
commit 927358bf3c
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -12,6 +12,7 @@ Changelog
* Add black configuration and reformat code using it (Dan Braghis)
* Remove UI code for legacy browser support: polyfills, IE11 workarounds, Modernizr (Thibaud Colas)
* Remove redirect auto-creation recipe from documentation as this feature is now supported in Wagtail core (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)
2.16.2 (xx.xx.xxxx) - IN DEVELOPMENT

Wyświetl plik

@ -28,6 +28,7 @@ Here are other changes related to the redesign:
### Bug fixes
* Update django-treebeard dependency to 4.5.1 or above (Serafeim Papastefanos)
* When using `simple_translations` ensure that the user is redirected to the page edit view when submitting for a single locale (Mitchel Cabuloy)
## Upgrade considerations