mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-24 19:17:48 +01:00
Add changelog & contributors for #10638
- Original work done via #10413
This commit is contained in:
parent
60ed6d25c9
commit
4f012d75ec
@ -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)
|
||||
|
@ -719,6 +719,8 @@
|
||||
* Vitaly Babiy
|
||||
* Sébastien Corbin
|
||||
* Sahil Jangra
|
||||
* Henry Harutyunyan
|
||||
* Alex Morega
|
||||
|
||||
## Translators
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user