kopia lustrzana https://github.com/wagtail/wagtail
rodzic
3bdf5fedf9
commit
e425244fd8
|
@ -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)
|
||||
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Ładowanie…
Reference in New Issue