mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-16 19:21:10 +00:00
Release note for #4854
This commit is contained in:
parent
a5e47d0ae5
commit
cea4cbc836
2 changed files with 2 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ Changelog
|
|||
|
||||
* Added support for Python 3.7 (Matt Westcott)
|
||||
* Added `max_count` option on page models to limit the number of pages of a particular type that can be created (Dan Braghis)
|
||||
* Document and image choosers now show the document / image's collection (Alejandro Garza, Janneke Janssen)
|
||||
* Fix: Query objects returned from `PageQuerySet.type_q` can now be merged with `|` (Brady Moe)
|
||||
* Fix: Add `rel="noopener noreferrer"` to target blank links (Anselm Bradford)
|
||||
* Fix: Additional fields on custom document models now show on the multiple document upload view (Robert Rollins, Sergey Fedoseev)
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@ Other features
|
|||
|
||||
* Added support for Python 3.7 (Matt Westcott)
|
||||
* Added ``max_count`` option on page models to limit the number of pages of a particular type that can be created (Dan Braghis)
|
||||
* Document and image choosers now show the document / image's collection (Alejandro Garza, Janneke Janssen)
|
||||
|
||||
|
||||
Bug fixes
|
||||
|
|
|
|||
Loading…
Reference in a new issue