Releases: wagtail-nest/wagtail-modeladmin
Releases · wagtail-nest/wagtail-modeladmin
v2.2.0
What's Changed
- Add docs for migrating to Wagtail's built-in features by @laymonage in #46
- Wagtail 6.4 upgrade + Wagtail 7.0 deprecation fix by @Stormheg in #51
- Wagtail 64 upgrade by @nickmoreton in #48
- Release 2.2.0 by @Stormheg in #52
New Contributors
Full Changelog: v2.1.0...v2.2.0
2.1.0
Added
- Wagtail 6.1 and 6.2 support (thanks @katdom13 and @nickmoreton! 🎉)
- Provisional support for Wagtail 6.3
- Django 5.1 support
- Python 3.13 support
Removed
- Drop Python 3.8 from the testing matrix. The package can still be installed on Python 3.8 to account for Wagtail 5.2 support, but expect this to change when support for Wagtail 5.2 ends in February 2025.
2.0.0
1.0.0
This is the initial release for the wagtail-modeladmin package.
The package is nearly identical to the wagtail.contrib.modeladmin module and is intended for projects that still rely on ModelAdmin. Documentation is available at https://wagtail-modeladmin.readthedocs.io.