Skip to content

Commit

Permalink
Call out ModelAdmin migration guide in 5.1 upgrade considerations
Browse files Browse the repository at this point in the history
  • Loading branch information
laymonage committed Aug 10, 2023
1 parent 133da4c commit d639cbb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/releases/5.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d639cbb

Please sign in to comment.