0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-12-01 11:41:20 +01:00

Release note for #10758

This commit is contained in:
Matt Westcott 2023-08-18 17:45:31 +01:00
parent a1e50c57f6
commit ea659cb98b
2 changed files with 2 additions and 1 deletions

View File

@ -10,6 +10,7 @@ Changelog
* Enable reference index tracking for models registered with `ModelViewSet` (Sage Abdullah)
* When copying a page, copy its view restrictions to the destination (Sandeep Choudhary)
* Fix: Ensure that StreamField's `FieldBlock`s correctly set the `required` and `aria-describedby` attributes (Storm Heg)
* Docs: Document `WAGTAILADMIN_BASE_URL` on "Integrating Wagtail into a Django project" page (Shreshth Srivastava)
* Maintenance: Fix snippet search test to work on non-fallback database backends (Matt Westcott)
* Maintenance: Update Eslint, Prettier & Jest npm packages (LB (Ben) Johnston)
* Maintenance: Add npm scripts for TypeScript checks and formatting SCSS files (LB (Ben) Johnston)

View File

@ -26,7 +26,7 @@ depth: 1
### Documentation
* ...
* Document `WAGTAILADMIN_BASE_URL` on "Integrating Wagtail into a Django project" page (Shreshth Srivastava)
### Maintenance