Link to generic views docs in 5.2 release notes for ModelViewSet

pull/11170/head
Sage Abdullah 2023-10-31 15:24:52 +00:00 zatwierdzone przez Matt Westcott
rodzic b14d6b9ab2
commit 2824c89039
1 zmienionych plików z 1 dodań i 1 usunięć
docs/releases

Wyświetl plik

@ -47,7 +47,7 @@ Thank you to core contributor LB (Ben) Johnston for writing this documentation.
### `ModelViewSet` improvements
A number of features from {class}`~wagtail.snippets.views.snippets.SnippetViewSet` have been implemented in {class}`~wagtail.admin.viewsets.model.ModelViewSet`, allowing you to use them without registering your models as snippets.
A number of features from {class}`~wagtail.snippets.views.snippets.SnippetViewSet` have been implemented in {class}`~wagtail.admin.viewsets.model.ModelViewSet`, allowing you to use them without registering your models as snippets. For more details on using `ModelViewSet`, refer to [](generic_views).
* Move `SnippetViewSet` menu registration mechanism to base `ViewSet` class (Sage Abdullah)
* Move `SnippetViewSet` template override mechanism to `ModelViewSet` (Sage Abdullah)