From 9931ca5f158cafc201b3952afa7f15104a71ccdc Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Thu, 16 Nov 2017 17:04:46 +0000 Subject: [PATCH] Release note for #4018 --- CHANGELOG.txt | 1 + docs/releases/1.12.3.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 3e0df28e0..1c8f66962 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -7,6 +7,7 @@ Changelog * Fix: API listing views no longer fail when no site records are defined (Karl Hobley) * Fix: Pinned Django REST Framework to <3.7 to restore Django 1.8 compatibility (Matt Westcott) * Fix: Fixed crash in XML sitemap generator when all pages on the site are private (Stein Strindhaug) + * Fix: Fixed error in Postgres search backend when searching specific fields of a specific() Page queryset (Bertrand Bordage, Matt Westcott) 1.12.2 (18.09.2017) diff --git a/docs/releases/1.12.3.rst b/docs/releases/1.12.3.rst index 4967eb612..409a395a9 100644 --- a/docs/releases/1.12.3.rst +++ b/docs/releases/1.12.3.rst @@ -16,3 +16,4 @@ Bug fixes * API listing views no longer fail when no site records are defined (Karl Hobley) * Pinned Django REST Framework to <3.7 to restore Django 1.8 compatibility (Matt Westcott) * Fixed crash in XML sitemap generator when all pages on the site are private (Stein Strindhaug) + * Fixed error in Postgres search backend when searching specific fields of a ``specific()`` Page queryset (Bertrand Bordage, Matt Westcott)