Release notes for #9625

pull/9610/head
Matt Westcott 2022-11-09 14:21:20 +00:00
rodzic 32bd6cf83e
commit 2a20764b00
2 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -45,6 +45,8 @@ Changelog
* Fix: Ensure models are fully loaded before registering snippets, to avoid circular import issues (Matt Westcott)
* Fix: Prevent fields without a `verbose_name` property from breaking usage report views (Matt Westcott)
* Fix: Exclude tags from the reference index (Matt Westcott)
* Fix: Fix errors in handling generic foreign keys when populating the reference index (Matt Westcott)
* Fix: Prevent error in handling null ParentalKeys when populating the reference index (Matt Westcott)
4.1 LTS (01.11.2022)

Wyświetl plik

@ -20,3 +20,5 @@ depth: 1
* Ensure models are fully loaded before registering snippets, to avoid circular import issues (Matt Westcott)
* Prevent fields without a `verbose_name` property from breaking usage report views (Matt Westcott)
* Exclude tags from the reference index (Matt Westcott)
* Fix errors in handling generic foreign keys when populating the reference index (Matt Westcott)
* Prevent error in handling null ParentalKeys when populating the reference index (Matt Westcott)