wagtail/docs/releases/2.1.1.rst

19 wiersze
501 B
ReStructuredText
Czysty Zwykły widok Historia

2018-07-04 14:35:30 +00:00
===========================
Wagtail 2.1.1 release notes
===========================
2018-06-20 16:30:26 +00: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 15:10:59 +00:00
* Rich text image chooser no longer skips format selection after a validation error (Matt Westcott)
2018-07-03 16:27:19 +00:00
* Null characters in URLs no longer crash the redirect middleware on PostgreSQL (Matt Westcott)