Release note for #3423

This commit is contained in:
Matt Westcott 2017-04-10 19:18:37 +01:00
parent aef2428072
commit 922260833b
2 changed files with 2 additions and 0 deletions

View file

@ -57,6 +57,7 @@ Changelog
* Fix: String-based primary keys are now escaped correctly in ModelAdmin URLs (Andreas Nüßlein)
* Fix: Empty search in the API now works (Morgan Aubert)
* Fix: `RichTextBlock` toolbar now correctly positioned within `StructBlock` (Janneke Janssen)
* Fix: Fixed display of ManyToMany fields and False values on the ModelAdmin inspect view (Andy Babic)
1.9 (16.02.2017)

View file

@ -72,6 +72,7 @@ Bug fixes
* String-based primary keys are now escaped correctly in ModelAdmin URLs (Andreas Nüßlein)
* Empty search in the API now works (Morgan Aubert)
* ``RichTextBlock`` toolbar now correctly positioned within ``StructBlock`` (Janneke Janssen)
* Fixed display of ManyToMany fields and False values on the ModelAdmin inspect view (Andy Babic)
Upgrade considerations