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