kopia lustrzana https://github.com/wagtail/wagtail
Fix typo and expression in 5.1 release notes
rodzic
855fafbded
commit
fd7caf3be9
|
@ -70,7 +70,7 @@ This release includes a number of changes to permissions, to make them easier to
|
|||
|
||||
### Snippet enhancements
|
||||
|
||||
we have made a number of improvements to snippets as part of [RFC 85: Snippets parity with ModelAdmin](https://github.com/wagtail/rfcs/pull/85), ahead of the deprecation of ModelAdmin contrib app.
|
||||
We have made a number of improvements to snippets as part of [RFC 85: Snippets parity with ModelAdmin](https://github.com/wagtail/rfcs/pull/85), ahead of the deprecation of ModelAdmin contrib app.
|
||||
|
||||
* Add the ability to export snippets listing via `SnippetViewSet.list_export` (Sage Abdullah)
|
||||
* Add Inspect view to snippets (Sage Abdullah)
|
||||
|
@ -264,9 +264,9 @@ During the deprecation period, the `permission_type` field will still be availab
|
|||
### The default ordering of Group Editing Permissions models has changed
|
||||
|
||||
The ordering for "Object permissions" and "Other permissions" now follows a predictable order equivalent to Django's default `Model` ordering.
|
||||
This will be different to the previous ordering which never intentionally implemented.
|
||||
This will be different to the previous indeterminate ordering.
|
||||
|
||||
The default ordering is now `["content_type__app_label", "content_type__model"]`, which can now be customised [](customising_group_views_permissions_order).
|
||||
The default ordering is now `["content_type__app_label", "content_type__model"]`. See [](customising_group_views_permissions_order) for details on how to customise this order.
|
||||
|
||||
### JSON-timestamps stored in `ModelLogEntry` and `PageLogEntry` are now ISO-formatted and UTC
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue