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

19 lines
501 B
ReStructuredText
Raw Normal View History

2018-07-04 16:35:30 +02:00
===========================
Wagtail 2.1.1 release notes
===========================
2018-06-20 18:30:26 +02:00
.. contents::
:local:
:depth: 1
What's new
==========
Bug fixes
~~~~~~~~~
* Fix ``Site.get_site_root_paths()`` preferring other sites over the default when some sites share the same root_page (Andy Babic)
2018-07-03 17:10:59 +02:00
* Rich text image chooser no longer skips format selection after a validation error (Matt Westcott)
2018-07-03 18:27:19 +02:00
* Null characters in URLs no longer crash the redirect middleware on PostgreSQL (Matt Westcott)