2023-04-21 13:28:31 +02:00
# Wagtail 5.1 release notes - IN DEVELOPMENT
_Unreleased_
```{contents}
---
local:
depth: 1
---
```
## What's new
### ...
### Other features
2023-03-05 16:57:33 +01:00
* Mark calls to `md5` as not being used for secure purposes, to avoid flagging on FIPS-mode systems (Sean Kelly)
2023-04-21 13:28:31 +02:00
### Bug fixes
2023-04-19 17:40:38 +02:00
* 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)
2023-04-21 13:28:31 +02:00
### Documentation
2023-02-04 18:02:07 +01:00
* Document how to add non-ModelAdmin views to a `ModelAdminGroup` (Onno Timmerman)
2023-03-13 15:43:01 +01:00
* Document how to add StructBlock data to a StreamField (Ramon Wenger)
2023-04-21 13:28:31 +02:00
### Maintenance
* Switch to ruff for flake8 / isort code checking (Oliver Parker)
## Upgrade considerations
2023-03-05 16:57:33 +01:00
### ...