From ad89e8f54dfdc5987fdeee7034dc2c3c4e457cf6 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Tue, 28 Oct 2014 21:15:18 +0000 Subject: [PATCH] release note for #715 --- CHANGELOG.txt | 1 + docs/releases/0.8.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 256496715..cf0956a57 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -18,6 +18,7 @@ Changelog * Fix: The cache of site root paths is now cleared when a site is deleted. * Fix: Search indexing now prevents pages from being indexed multiple times, as both the base Page model and the specific subclass * Fix: Fixed references to "username" in login form help text for better custom user model support (John-Scott Atlakson) + * Fix: Later items in a model's search_field list now consistently override earlier items, allowing subclasses to redefine rules from the parent 0.7 (09.10.2014) ~~~~~~~~~~~~~~~~ diff --git a/docs/releases/0.8.rst b/docs/releases/0.8.rst index 3e8431f93..6c506d324 100644 --- a/docs/releases/0.8.rst +++ b/docs/releases/0.8.rst @@ -34,6 +34,7 @@ Bug fixes * The cache of site root paths is now cleared when a site is deleted * Search indexing now prevents pages from being indexed multiple times, as both the base Page model and the specific subclass * Fixed references to "username" in login form help text for better custom user model support + * Later items in a model's search_field list now consistently override earlier items, allowing subclasses to redefine rules from the parent Upgrade considerations ======================