Revise release note for model ordering

pull/10682/head
Daniel Kirkham 2023-07-15 09:26:09 +10:00 zatwierdzone przez LB (Ben Johnston)
rodzic 1a4e5dde12
commit 1873c49d5d
1 zmienionych plików z 2 dodań i 2 usunięć
docs/releases

Wyświetl plik

@ -270,10 +270,10 @@ 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 do Django's default `Model` ordering.
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 default ordering is now `["content_type__app_label", "content_type__model", "codename"]`, which can now be customised [](customising_group_views_permissions_order).
The default ordering is now `["content_type__app_label", "content_type__model"]`, which can now be customised [](customising_group_views_permissions_order).
### Shared include `wagtailadmin/shared/last_updated.html` is no longer available