diff --git a/CHANGELOG.txt b/CHANGELOG.txt index c57d0dceed..08ad9a419b 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -33,7 +33,7 @@ Changelog * Fix: Support `formfield_callback` handling on `ModelForm.Meta` for future Django 4.2 release (Matt Westcott) * Fix: Ensure that `ModelAdmin` correctly supports filters in combination with subsequent searches without clearing the applied filters (Stefan Hammer) * Fix: Add missing translated values to site settings' headers plus models presented in listings and audit report filtering labels (Stefan Hammer) - * Fix: Remove `capitalize()` calls to avoid issues with other languages or incorrectly presented model names for reporting and parts of site settings (Stefan hammer) + * Fix: Remove `capitalize()` calls to avoid issues with other languages or incorrectly presented model names for reporting and parts of site settings (Stefan Hammer) 4.0.2 (xx.xx.xxxx) - IN DEVELOPMENT diff --git a/docs/releases/4.1.md b/docs/releases/4.1.md index bf1b6f37db..0cf2d945c9 100644 --- a/docs/releases/4.1.md +++ b/docs/releases/4.1.md @@ -45,7 +45,7 @@ Wagtail 4.1 is designated a Long Term Support (LTS) release. Long Term Support r * Support `formfield_callback` handling on `ModelForm.Meta` for future Django 4.2 release (Matt Westcott) * Ensure that `ModelAdmin` correctly supports filters in combination with subsequent searches without clearing the applied filters (Stefan Hammer) * Add missing translated values to site settings' headers plus models presented in listings and audit report filtering labels (Stefan Hammer) - * Remove `capitalize()` calls to avoid issues with other languages or incorrectly presented model names for reporting and parts of site settings (Stefan hammer) + * Remove `capitalize()` calls to avoid issues with other languages or incorrectly presented model names for reporting and parts of site settings (Stefan Hammer) ## Upgrade considerations