Add release note for #12341

pull/12589/head
Matt Westcott 2024-11-21 18:37:24 +00:00
rodzic 5b57bd3d85
commit 09a9261f7d
3 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -4,6 +4,7 @@ Changelog
6.4 (xx.xx.xxxx) - IN DEVELOPMENT
~~~~~~~~~~~~~~~~
* Add search terms report (Nvdm)
* Add the ability to apply basic Page QuerySet optimizations to `specific()` sub-queries using `select_related` & `prefetch_related` (Andy Babic)
* Increase `DATA_UPLOAD_MAX_NUMBER_FIELDS` in project template (Matt Westcott)
* Stop invalid Site hostname records from breaking preview (Matt Westcott)

Wyświetl plik

@ -855,6 +855,7 @@
* Aayushman Singh
* Steven Steinwand
* Clifford Gama
* Nvdm
## Translators

Wyświetl plik

@ -14,6 +14,7 @@ depth: 1
### Other features
* Add search terms report (Nvdm)
* Add the ability to apply basic Page QuerySet optimizations to `specific()` sub-queries using `select_related` & `prefetch_related`, see [](../reference/pages/queryset_reference.md) (Andy Babic)
* Increase `DATA_UPLOAD_MAX_NUMBER_FIELDS` in project template (Matt Westcott)
* Stop invalid Site hostname records from breaking preview (Matt Westcott)