0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-30 01:46:24 +01:00
wagtail/docs/releases/5.1.md
zerolab 23a8fe8e0e Fix BaseChooser.get_instance for non-existing pks (#10362)
Fixes #10348

e.g. when trying to move an existing page when `parent_page_types`
is added after the page is created under a different parent page type than the one allowed
2023-04-24 13:55:13 +01:00

568 B

Wagtail 5.1 release notes - IN DEVELOPMENT

Unreleased

---
local:
depth: 1
---

What's new

...

Other features

  • ...

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)

Maintenance

  • Switch to ruff for flake8 / isort code checking (Oliver Parker)

Upgrade considerations

...