mirror of
https://github.com/wagtail/wagtail.git
synced 2024-12-01 11:41:20 +01:00
Release note for #4854
This commit is contained in:
parent
a5e47d0ae5
commit
cea4cbc836
@ -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 New Issue
Block a user