wagtail/docs/releases/6.2.1.md

21 wiersze
500 B
Markdown
Czysty Zwykły widok Historia

2024-08-20 15:18:27 +00:00
# Wagtail 6.2.1 release notes
2024-08-06 13:35:08 +00:00
2024-08-20 15:18:27 +00:00
_August 20, 2024_
2024-08-06 13:35:08 +00:00
```{contents}
---
local:
depth: 1
---
```
## What's new
### Bug fixes
* Handle `child_block` being passed as a kwarg in ListBlock migrations (Matt Westcott)
* Fix broken task type filter in workflow task chooser modal (Sage Abdullah)
* Prevent circular imports between `wagtail.admin.models` and custom user models (Matt Westcott)
2024-08-20 15:03:50 +00:00
* Ensure that concurrent editing check works for users who only have edit access via workflows (Matt Westcott)