From 4ea06426ab0a8e64daaa54faa7949c54882b204b Mon Sep 17 00:00:00 2001 From: Karl Hobley Date: Tue, 24 Jan 2017 16:07:16 +0000 Subject: [PATCH] Changelog/release note for #3277 --- CHANGELOG.txt | 1 + docs/releases/1.9.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 569300cde5..9487f3028c 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -13,6 +13,7 @@ Changelog * The `add_subpage` view now maintains a `next` URL parameter to specify where to redirect to after completing page creation (Robert Rollins) * Fix: Help text for StreamField is now visible and does not cover block controls (Stein Strindhaug) * Fix: "X minutes ago" timestamps are now marked for translation (Janneke Janssen, Matt Westcott) + * Fix: Avoid indexing unsaved field content on `save(update_fields=[...])` operations (Matt Westcott) 1.8 (15.12.2016) diff --git a/docs/releases/1.9.rst b/docs/releases/1.9.rst index e971dbff20..3fbc6d35de 100644 --- a/docs/releases/1.9.rst +++ b/docs/releases/1.9.rst @@ -42,6 +42,7 @@ Bug fixes * Help text for StreamField is now visible and does not cover block controls (Stein Strindhaug) * "X minutes ago" timestamps are now marked for translation (Janneke Janssen, Matt Westcott) + * Avoid indexing unsaved field content on `save(update_fields=[...])` operations (Matt Westcott) Upgrade considerations