From a1ba54038fc7ca974a5a0fab67a9d6f67240b8f9 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Fri, 21 Apr 2017 14:49:55 +0100 Subject: [PATCH] Release note for #3277 backport to 1.8.x --- CHANGELOG.txt | 1 + docs/releases/1.8.2.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index aa26bb9da..271aadabc 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -110,6 +110,7 @@ Changelog ~~~~~~~~~~~~~~~~~~ * Fix: Removed erroneous `|safe` filter from search results template in project template (Karl Hobley) + * Fix: Avoid indexing unsaved field content on `save(update_fields=[...])` operations (Matt Westcott) 1.8.1 (26.01.2017) diff --git a/docs/releases/1.8.2.rst b/docs/releases/1.8.2.rst index ef381f0d7..c434db97d 100644 --- a/docs/releases/1.8.2.rst +++ b/docs/releases/1.8.2.rst @@ -14,3 +14,4 @@ Bug fixes ~~~~~~~~~ * Removed erroneous ``|safe`` filter from search results template in project template (Karl Hobley) + * Avoid indexing unsaved field content on ``save(update_fields=[...])`` operations (Matt Westcott)