wagtail/docs/releases/1.13.2.rst

20 wiersze
649 B
ReStructuredText
Czysty Zwykły widok Historia

2018-06-29 14:35:51 +00:00
=============================================
Wagtail 1.13.2 release notes - IN DEVELOPMENT
=============================================
.. contents::
:local:
:depth: 1
What's new
==========
Bug fixes
~~~~~~~~~
* Fix support of ``ATOMIC_REBUILD`` for projects with Elasticsearch client ``>=1.7.0`` (Mikalai Radchuk)
* Logging an indexing failure on an object with a non-ASCII representation no longer crashes on Python 2 (Aram Dulyan)
2018-07-03 14:49:34 +00:00
* Rich text image chooser no longer skips format selection after a validation error (Matt Westcott)
2018-07-03 16:25:00 +00:00
* Null characters in URLs no longer crash the redirect middleware on PostgreSQL (Matt Westcott)