pull/10537/head^2
Matt Westcott 2023-06-10 13:09:33 +01:00
rodzic fbf1ebe346
commit 55a5f16a8e
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -24,6 +24,7 @@ Changelog
* Maintenance: Optimise use of `specific` on Task and TaskState (Matt Westcott)
* Maintenance: Use table UI component for workflow task index view (Matt Westcott)
* Maintenance: Make header search available on generic index view (Matt Westcott)
* Maintenance: Update pagination behaviour to reject out-of-range / invalid page numbers (Matt Westcott)
5.0.1 (25.05.2023)

Wyświetl plik

@ -45,6 +45,7 @@ FieldPanels can now be marked as read-only with the `read_only=True` keyword arg
* Optimise use of `specific` on Task and TaskState (Matt Westcott)
* Use table UI component for workflow task index view (Matt Westcott)
* Make header search available on generic index view (Matt Westcott)
* Update pagination behaviour to reject out-of-range / invalid page numbers (Matt Westcott)
## Upgrade considerations