mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-04 05:24:45 +00:00
Release note for #4496 in 2.2
This commit is contained in:
parent
879239b02c
commit
ce4cd82bd9
3 changed files with 3 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ Changelog
|
|||
* Fix: Site.get_site_root_paths() preferring other sites over the default when some sites share the same root_page (Andy Babic)
|
||||
* Fix: Pages with missing model definitions no longer crash the API (Abdulmalik Abdulwahab)
|
||||
* Fix: Rich text image chooser no longer skips format selection after a validation error (Matt Westcott)
|
||||
* Fix: Null characters in URLs no longer crash the redirect middleware on PostgreSQL (Andrew Crewdson, Matt Westcott)
|
||||
|
||||
|
||||
2.1.1 (xx.xx.xxxx) - IN DEVELOPMENT
|
||||
|
|
|
|||
|
|
@ -308,6 +308,7 @@ Contributors
|
|||
* Daniele Procida
|
||||
* Catherine Farman
|
||||
* Abdulmalik Abdulwahab
|
||||
* Andrew Crewdson
|
||||
* Aram Dulyan
|
||||
|
||||
Translators
|
||||
|
|
|
|||
|
|
@ -38,6 +38,7 @@ Bug fixes
|
|||
* Site.get_site_root_paths() preferring other sites over the default when some sites share the same root_page (Andy Babic)
|
||||
* Pages with missing model definitions no longer crash the API (Abdulmalik Abdulwahab)
|
||||
* Rich text image chooser no longer skips format selection after a validation error (Matt Westcott)
|
||||
* Null characters in URLs no longer crash the redirect middleware on PostgreSQL (Andrew Crewdson, Matt Westcott)
|
||||
|
||||
Upgrade considerations
|
||||
======================
|
||||
|
|
|
|||
Loading…
Reference in a new issue