Release note for #4496 in 2.1.1

pull/4481/head
Matt Westcott 2018-07-03 17:27:19 +01:00
rodzic 048a4e83f1
commit 783b128fa2
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -33,6 +33,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: 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 (Matt Westcott)
2.1 (22.05.2018)

Wyświetl plik

@ -15,3 +15,4 @@ Bug fixes
* Fix ``Site.get_site_root_paths()`` preferring other sites over the default when some sites share the same root_page (Andy Babic)
* 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 (Matt Westcott)