diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 3b0885c36e..cfd7dc70ce 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -46,7 +46,7 @@ Changelog * Fix: Avoid retranslating month / weekday names that Django already provides (Matt Westcott) * Fix: Fixed padding around checkbox and radio inputs (Cole Maclean) * Fix: Fix spacing around the privacy indicator panel (Sævar Öfjörð Magnússon, Dan Braghis) - * Fix: Consistently redirect to admin home on permission denied (Matt Westcott, Samgans) + * Fix: Consistently redirect to admin home on permission denied (Matt Westcott, Anton Zhyltsou) 2.10.2 (25.09.2020) diff --git a/docs/releases/2.11.rst b/docs/releases/2.11.rst index 2522a62654..37f5db9fd3 100644 --- a/docs/releases/2.11.rst +++ b/docs/releases/2.11.rst @@ -79,7 +79,7 @@ Bug fixes * Avoid retranslating month / weekday names that Django already provides (Matt Westcott) * Fixed padding around checkbox and radio inputs (Cole Maclean) * Fix spacing around the privacy indicator panel (Sævar Öfjörð Magnússon, Dan Braghis) - * Consistently redirect to admin home on permission denied (Matt Westcott, Samgans) + * Consistently redirect to admin home on permission denied (Matt Westcott, Anton Zhyltsou) Upgrade considerations