kopia lustrzana https://github.com/wagtail/wagtail
Release note for #4496 in 1.12.4
rodzic
ce4cd82bd9
commit
7eab2ae793
|
@ -245,6 +245,7 @@ Changelog
|
|||
* Fix: Fix support of `ATOMIC_REBUILD` for projects with Elasticsearch client >=1.7.0 (Mikalai Radchuk)
|
||||
* Fix: Logging an indexing failure on an object with a non-ASCII representation no longer crashes on Python 2 (Aram Dulyan)
|
||||
* 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)
|
||||
|
||||
|
||||
1.12.3 (17.11.2017)
|
||||
|
|
|
@ -16,3 +16,4 @@ 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)
|
||||
* 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)
|
||||
|
|
Ładowanie…
Reference in New Issue