From d639cbbf4c7248c1a708be42b1a628675ce251e6 Mon Sep 17 00:00:00 2001 From: Sage Abdullah Date: Tue, 8 Aug 2023 16:09:32 +0100 Subject: [PATCH] Call out ModelAdmin migration guide in 5.1 upgrade considerations --- docs/releases/5.1.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/releases/5.1.md b/docs/releases/5.1.md index 77095659b4b8..5420ae8591b0 100644 --- a/docs/releases/5.1.md +++ b/docs/releases/5.1.md @@ -290,7 +290,9 @@ The `insert_editor_css` hook has been deprecated. The `insert_global_admin_css` ### `wagtail.contrib.modeladmin` is deprecated -As part of the [RFC 85: Snippets parity with ModelAdmin](https://github.com/wagtail/rfcs/pull/85) implementation, the `wagtail.contrib.modeladmin` app is deprecated. To manage non-page models in Wagtail, use [`wagtail.snippets`](snippets) instead. If you still rely on ModelAdmin, use the separate [wagtail-modeladmin](https://github.com/wagtail-nest/wagtail-modeladmin) package. The `wagtail.contrib.modeladmin` module will be removed in a future release. +As part of the [RFC 85: Snippets parity with ModelAdmin](https://github.com/wagtail/rfcs/pull/85) implementation, the `wagtail.contrib.modeladmin` app is deprecated. To manage non-page models in Wagtail, use [`wagtail.snippets`](snippets) instead. See [](../reference/contrib/modeladmin/migrating_to_snippets) for more details. + +If you still rely on ModelAdmin, use the separate [wagtail-modeladmin](https://github.com/wagtail-nest/wagtail-modeladmin) package. The `wagtail.contrib.modeladmin` module will be removed in a future release. ### `UserPagePermissionsProxy` is deprecated