From 96c1c41daa391ebe3cc3daa102f354ca363c34be Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Tue, 22 Oct 2019 16:12:21 +0100 Subject: [PATCH] Release note for #5643 in 2.7 --- CHANGELOG.txt | 1 + docs/releases/2.7.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index bf5fbb3dbe..873a23a62e 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -48,6 +48,7 @@ Changelog * Fix: Replace styleguide example avatar with default image to avoid issues when custom user model is used (Matt Westcott) * Fix: `DraftailRichTextArea` is no longer treated as a hidden field by Django's form logic (Sergey Fedoseev) * Fix: Replace format() placeholders in translatable strings with % formatting (Matt Westcott) + * Fix: Altering Django REST Framework's `DEFAULT_AUTHENTICATION_CLASSES` setting no longer breaks the page explorer menu and admin API (Matt Westcott) 2.6.3 (22.01.2019) diff --git a/docs/releases/2.7.rst b/docs/releases/2.7.rst index 3a109e8051..aab51cd384 100644 --- a/docs/releases/2.7.rst +++ b/docs/releases/2.7.rst @@ -77,6 +77,7 @@ Bug fixes * Replace styleguide example avatar with default image to avoid issues when custom user model is used (Matt Westcott) * ``DraftailRichTextArea`` is no longer treated as a hidden field by Django's form logic (Sergey Fedoseev) * Replace format() placeholders in translatable strings with % formatting (Matt Westcott) + * Altering Django REST Framework's ``DEFAULT_AUTHENTICATION_CLASSES`` setting no longer breaks the page explorer menu and admin API (Matt Westcott) Upgrade considerations