mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-16 03:03:14 +00:00
Release note for #3423
This commit is contained in:
parent
aef2428072
commit
922260833b
2 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue