From 3f1b41b823033a44cffc3b023b1b0496088d4b31 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Mon, 17 Aug 2020 16:47:18 +0100 Subject: [PATCH] Release note for #6319 --- CHANGELOG.txt | 1 + CONTRIBUTORS.rst | 1 + docs/releases/2.10.1.rst | 1 + 3 files changed, 3 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index ebe24001dc..e2b901488f 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -18,6 +18,7 @@ Changelog ~~~~~~~~~~~~~~~~~~~ * Fix: Prevent `create_log_entries_from_revisions` command from failing when page model classes are missing (Dan Braghis) + * Fix: Prevent page audit log views from failing for user models without a `username` field (Vyacheslav Matyukhin) 2.10 (11.08.2020) diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst index cd7ea3aa9c..e3c3465860 100644 --- a/CONTRIBUTORS.rst +++ b/CONTRIBUTORS.rst @@ -474,6 +474,7 @@ Contributors * Gabriel Peracio * Jesse Menn * Robbie Mackay +* Vyacheslav Matyukhin Translators =========== diff --git a/docs/releases/2.10.1.rst b/docs/releases/2.10.1.rst index 579f4f4022..a37f23a7eb 100644 --- a/docs/releases/2.10.1.rst +++ b/docs/releases/2.10.1.rst @@ -14,3 +14,4 @@ Bug fixes ~~~~~~~~~ * Prevent ``create_log_entries_from_revisions`` command from failing when page model classes are missing (Dan Braghis) + * Prevent page audit log views from failing for user models without a ``username`` field (Vyacheslav Matyukhin)