Release note for #10506 in 5.1

pull/10425/head
Matt Westcott 2023-06-13 13:05:51 +01:00
rodzic 3ce2b5f007
commit 7feaad5e3d
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -15,6 +15,7 @@ Changelog
* Fix: Prevent lowercase conversions of IndexView column headers (Virag Jain)
* Fix: Ensure that `RichText` objects with the same values compare as equal (NikilTn)
* Fix: Use `gettext_lazy` on generic model views so that language settings are correctly used (Matt Westcott)
* Fix: Prevent JS error when reverting the spinner on a submit button after a validation error (LB (Ben) Johnston)
* Docs: Document how to add non-ModelAdmin views to a `ModelAdminGroup` (Onno Timmerman)
* Docs: Document how to add StructBlock data to a StreamField (Ramon Wenger)
* Docs: Update ReadTheDocs settings to v2 to resolve urllib3 issue in linkcheck extension (Thibaud Colas)

Wyświetl plik

@ -30,6 +30,7 @@ FieldPanels can now be marked as read-only with the `read_only=True` keyword arg
* Prevent lowercase conversions of IndexView column headers (Virag Jain)
* Ensure that `RichText` objects with the same values compare as equal (NikilTn)
* Use `gettext_lazy` on generic model views so that language settings are correctly used (Matt Westcott)
* Prevent JS error when reverting the spinner on a submit button after a validation error (LB (Ben) Johnston)
### Documentation