Release notes for #10931 in 5.1.3

stable/5.1.x
Matt Westcott 2023-10-09 19:12:55 +01:00
rodzic 1ad2a1c840
commit ca5739065d
2 zmienionych plików z 4 dodań i 1 usunięć

Wyświetl plik

@ -5,7 +5,8 @@ Changelog
~~~~~~~~~~~~~~~~~~
* Fix: Fix `SnippetBulkAction` not respecting `models` definition (Sandro Rodrigues)
* Fix: Correctly quote non-numeric primary keys on snippet inspect view (Sage Abdullah)
* Fix: Prevent crash on snippet inspect view when displaying a null foreign key to an image (Sage Abdullah)
5.1.2 (25.09.2023)
~~~~~~~~~~~~~~~~~~

Wyświetl plik

@ -14,3 +14,5 @@ depth: 1
### Bug fixes
* Fix `SnippetBulkAction` not respecting `models` definition (Sandro Rodrigues)
* Correctly quote non-numeric primary keys on snippet inspect view (Sage Abdullah)
* Prevent crash on snippet inspect view when displaying a null foreign key to an image (Sage Abdullah)