From 3d6d09d188c6f47bb37e735d3646999431a2218e Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Tue, 3 Jul 2018 17:20:36 +0100 Subject: [PATCH] Release note for #4496 in 1.12.4 --- CHANGELOG.txt | 1 + docs/releases/1.12.4.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 8cf34a77f..99f6d531c 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -7,6 +7,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) ~~~~~~~~~~~~~~~~~~~ diff --git a/docs/releases/1.12.4.rst b/docs/releases/1.12.4.rst index 7f52a4799..91f98e686 100644 --- a/docs/releases/1.12.4.rst +++ b/docs/releases/1.12.4.rst @@ -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)