Sync 6.0.2 changelog & release notes

See 898f01f922
See 13153b5068
pull/11807/head
Sage Abdullah 2024-03-26 20:43:09 +07:00 zatwierdzone przez LB Johnston
rodzic 3bdf5fedf9
commit e425244fd8
2 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -73,6 +73,8 @@ Changelog
* Fix: Resolve issue local development of docs when running `make livehtml` (Sage Abdullah)
* Fix: Resolve issue with unwanted padding in chooser modal listings (Sage Abdullah)
* Fix: Ensure `get_add_url()` is always used to re-render the add button when the listing is refreshed in viewsets (Sage Abdullah)
* Fix: Move modal-workflow.js script usage to base admin template instead of ad-hoc imports so that choosers work in ModelViewSets (Elhussein Almasri)
* Fix: Ensure JavaScript for common widgets such as `InlinePanel` is included by default when editing and creating Snippets (Sage Abdullah)
* Docs: Update Sphinx theme to `6.3.0` with a fix for the missing favicon (Sage Abdullah)

Wyświetl plik

@ -17,6 +17,8 @@ depth: 1
* Resolve issue local development of docs when running `make livehtml` (Sage Abdullah)
* Resolve issue with unwanted padding in chooser modal listings (Sage Abdullah)
* Ensure `get_add_url()` is always used to re-render the add button when the listing is refreshed in viewsets (Sage Abdullah)
* Move modal-workflow.js script usage to base admin template instead of ad-hoc imports so that choosers work in ModelViewSets (Elhussein Almasri)
* Ensure JavaScript for common widgets such as `InlinePanel` is included by default when editing and creating Snippets (Sage Abdullah)
### Documentation