pull/12216/head
Matt Westcott 2024-08-27 14:13:47 +01:00
rodzic 2b96c3e364
commit 50c4d32a54
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -19,6 +19,7 @@ Changelog
* Maintenance: Relax django-taggit dependency to allow 6.0 (Matt Westcott) * Maintenance: Relax django-taggit dependency to allow 6.0 (Matt Westcott)
* Maintenance: Improve page listing performance (Sage Abdullah) * Maintenance: Improve page listing performance (Sage Abdullah)
* Maintenance: Phase out usage of SECRET_KEY in version and icon hashes (Jake Howard) * Maintenance: Phase out usage of SECRET_KEY in version and icon hashes (Jake Howard)
* Maintenance: Audit all use of localized and non-localized numbers in templates (Matt Westcott)
6.2.1 (20.08.2024) 6.2.1 (20.08.2024)

Wyświetl plik

@ -41,6 +41,7 @@ This release adds formal support for Django 5.1.
* Relax django-taggit dependency to allow 6.0 (Matt Westcott) * Relax django-taggit dependency to allow 6.0 (Matt Westcott)
* Improve page listing performance (Sage Abdullah) * Improve page listing performance (Sage Abdullah)
* Phase out usage of SECRET_KEY in version and icon hashes (Jake Howard) * Phase out usage of SECRET_KEY in version and icon hashes (Jake Howard)
* Audit all use of localized and non-localized numbers in templates (Matt Westcott)
## Upgrade considerations - changes affecting all projects ## Upgrade considerations - changes affecting all projects