pull/10801/head
Matt Westcott 2023-08-18 17:45:31 +01:00
rodzic a1e50c57f6
commit ea659cb98b
2 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -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)

Wyświetl plik

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