pull/10207/head
Matt Westcott 2023-03-10 12:03:14 +00:00
rodzic 1472db03f0
commit b7f81bc720
3 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -36,6 +36,7 @@ Changelog
* Fix: When multiple documents are uploaded and then subsequently updated, ensure that existing success messages are cleared correctly (Aman Pandey)
* Fix: Prevent matches from unrelated models from leaking into SQLite FTS searches (Matt Westcott)
* Fix: Prevent duplicate addition of StreamField blocks with the new block picker (Deepam Priyadarshi)
* Fix: Enable partial search on images and documents index view where available (Mng)
* Docs: Add code block to make it easier to understand contribution docs (Suyash Singh)
* Docs: Add new "Icons" page for icons customisation and reuse across the admin interface (Coen van der Kamp)
* Docs: Fix broken formatting for MultiFieldPanel / FieldRowPanel permission kwarg docs (Matt Westcott)

Wyświetl plik

@ -699,6 +699,7 @@ Contributors
* Hans Kelson
* Sam
* Deepam Priyadarshi
* Mng
Translators
===========

Wyświetl plik

@ -50,6 +50,7 @@ Support for adding custom validation logic to StreamField blocks has been formal
* When multiple documents are uploaded and then subsequently updated, ensure that existing success messages are cleared correctly (Aman Pandey)
* Prevent matches from unrelated models from leaking into SQLite FTS searches (Matt Westcott)
* Prevent duplicate addition of StreamField blocks with the new block picker (Deepam Priyadarshi)
* Enable partial search on images and documents index view where available (Mng)
### Documentation