kopia lustrzana https://github.com/wagtail/wagtail
Link to generic views docs in 5.2 release notes for ModelViewSet
rodzic
b14d6b9ab2
commit
2824c89039
docs/releases
|
@ -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)
|
||||
|
|
Ładowanie…
Reference in New Issue