Release note for in 6.3

pull/12045/head
Matt Westcott 2024-09-24 09:26:57 +01:00
rodzic 281d600db3
commit f43a516219
2 zmienionych plików z 2 dodań i 0 usunięć
docs/releases

Wyświetl plik

@ -26,6 +26,7 @@ Changelog
* Fix: Resolve contrast issue for page deletion warning (Sanjeev Holla S)
* Fix: Make sure content metrics falls back to body element only when intended (Sage Abdullah)
* Fix: Remove wrongly-added filters from redirects index (Matt Westcott)
* Fix: Prevent popular tags filter from generating overly complex queries when not filtering (Matt Westcott)
* Docs: Upgrade Sphinx to 7.3 (Matt Westcott)
* Docs: Document how to customize date/time format settings (Vince Salvino)
* Docs: Create a new documentation section for deployment and move fly.io deployment from the tutorial to this section (Vince Salvino)

Wyświetl plik

@ -41,6 +41,7 @@ This release adds formal support for Django 5.1.
* Resolve contrast issue for page deletion warning (Sanjeev Holla S)
* Make sure content metrics falls back to body element only when intended (Sage Abdullah)
* Remove wrongly-added filters from redirects index (Matt Westcott)
* Prevent popular tags filter from generating overly complex queries when not filtering (Matt Westcott)
### Documentation