mirror of
https://github.com/wagtail/wagtail.git
synced 2024-12-01 11:41:20 +01:00
37 lines
748 B
Markdown
37 lines
748 B
Markdown
# Wagtail 5.1 release notes - IN DEVELOPMENT
|
|
|
|
_Unreleased_
|
|
|
|
```{contents}
|
|
---
|
|
local:
|
|
depth: 1
|
|
---
|
|
```
|
|
|
|
## What's new
|
|
|
|
### ...
|
|
|
|
### Other features
|
|
|
|
* Mark calls to `md5` as not being used for secure purposes, to avoid flagging on FIPS-mode systems (Sean Kelly)
|
|
|
|
### Bug fixes
|
|
|
|
* Prevent choosers from failing when initial value is an unrecognised ID, e.g. when moving a page from a location where `parent_page_types` would disallow it (Dan Braghis)
|
|
|
|
### Documentation
|
|
|
|
* Document how to add non-ModelAdmin views to a `ModelAdminGroup` (Onno Timmerman)
|
|
* Document how to add StructBlock data to a StreamField (Ramon Wenger)
|
|
|
|
### Maintenance
|
|
|
|
* Switch to ruff for flake8 / isort code checking (Oliver Parker)
|
|
|
|
|
|
## Upgrade considerations
|
|
|
|
### ...
|