diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 2ec31fd7a..5e2a0c57c 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -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) diff --git a/docs/releases/1.10.rst b/docs/releases/1.10.rst index 77b654a52..3286fa404 100644 --- a/docs/releases/1.10.rst +++ b/docs/releases/1.10.rst @@ -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