From 1ea5438d5197d66e84eebcfa9f7bd72b9f5a7abe Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Tue, 3 Jul 2018 17:25:00 +0100 Subject: [PATCH] Release note for #4496 in 1.13.2 --- CHANGELOG.txt | 1 + docs/releases/1.13.2.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index e85371fbc..9125db92f 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -166,6 +166,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.13.1 (17.11.2017) diff --git a/docs/releases/1.13.2.rst b/docs/releases/1.13.2.rst index 1ead07510..92772d21e 100644 --- a/docs/releases/1.13.2.rst +++ b/docs/releases/1.13.2.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 (Matt Westcott)