From 4f012d75ecc2212742ec2b6afc29a30693ba7f0c Mon Sep 17 00:00:00 2001 From: LB Johnston Date: Thu, 6 Jul 2023 12:37:30 +1000 Subject: [PATCH] Add changelog & contributors for #10638 - Original work done via #10413 --- CHANGELOG.txt | 1 + CONTRIBUTORS.md | 2 ++ docs/releases/5.1.md | 1 + 3 files changed, 4 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index d3281db686..a08e9814c8 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -35,6 +35,7 @@ Changelog * Fix: Fix empty blocks created in migration operations (Sandil Ranasinghe) * Fix: Ensure that gettext_lazy works correctly when using verbose_name on a generic Settings models (Sébastien Corbin) * Fix: Remove unnecessary usage of `innerHTML` when modifying DOM content (LB (Ben) Johnston) + * Fix: Avoid `ValueError` when extending `PagesAPIViewSet` and setting `meta_fields` to an empty list (Henry Harutyunyan, Alex Morega) * Docs: Document how to add non-ModelAdmin views to a `ModelAdminGroup` (Onno Timmerman) * Docs: Document how to add StructBlock data to a StreamField (Ramon Wenger) * Docs: Update ReadTheDocs settings to v2 to resolve urllib3 issue in linkcheck extension (Thibaud Colas) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 7d492fd0d8..6e2ef0f08d 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -719,6 +719,8 @@ * Vitaly Babiy * Sébastien Corbin * Sahil Jangra +* Henry Harutyunyan +* Alex Morega ## Translators diff --git a/docs/releases/5.1.md b/docs/releases/5.1.md index 2787c89cff..cd41609810 100644 --- a/docs/releases/5.1.md +++ b/docs/releases/5.1.md @@ -66,6 +66,7 @@ Thank you to Damilola for his work, and to Google for sponsoring this project. * Fix empty blocks created in migration operations (Sandil Ranasinghe) * Ensure that `gettext_lazy` works correctly when using `verbose_name` on a generic Settings models (Sébastien Corbin) * Remove unnecessary usage of `innerHTML` when modifying DOM content (LB (Ben) Johnston) + * Avoid `ValueError` when extending `PagesAPIViewSet` and setting `meta_fields` to an empty list (Henry Harutyunyan, Alex Morega) ### Documentation