pull/10592/head
Sage Abdullah 2023-06-26 11:15:40 +01:00
rodzic 6ee9d245d2
commit b8a7ad04a6
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: EB1A33CC51CC0217
2 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -47,6 +47,8 @@ Changelog
* Maintenance: Update type hints in admin/ui/components.py so that `parent_context` is mutable (Andreas Nüßlein)
* Maintenance: Deprecate `UserPagePermissionsProxy` (Sage Abdullah)
* Maintenance: Optimise the Settings context processor to avoid redundantly finding a Site to improve cache ratios (Jake Howard)
* Maintenance: Convert page listing to a class-based view (Matt Westcott)
* Maintenance: Clean up page reports and type usage views to be independent of page listing views (Matt Westcott)
5.0.2 (21.06.2023)

Wyświetl plik

@ -75,6 +75,8 @@ Thank you to Damilola for his work, and to Google for sponsoring this project.
* Update type hints in admin/ui/components.py so that `parent_context` is mutable (Andreas Nüßlein)
* Deprecate `UserPagePermissionsProxy` (Sage Abdullah)
* Optimise the Settings context processor to avoid redundantly finding a Site to improve cache ratios (Jake Howard)
* Convert page listing to a class-based view (Matt Westcott)
* Clean up page reports and type usage views to be independent of page listing views (Matt Westcott)
## Upgrade considerations