kopia lustrzana https://github.com/wagtail/wagtail
Release notes for #10919
rodzic
d73f48a735
commit
5a0bd78e68
|
@ -33,6 +33,7 @@ Changelog
|
|||
* Allow `ModelViewSet` to be used with models that have non-integer primary keys (Sage Abdullah)
|
||||
* Add the ability to set an external link/text for promoted search result entries (TopDevPros, Brad Busenius)
|
||||
* Add support for subject and body in the Email link chooser form (TopDevPros, Alexandre Joly)
|
||||
* Extract generic `HistoryView` from snippets and add it to `ModelViewSet` (Sage Abdullah)
|
||||
* Fix: Ensure that StreamField's `FieldBlock`s correctly set the `required` and `aria-describedby` attributes (Storm Heg)
|
||||
* Fix: Avoid an error when the moderation panel (admin dashboard) contains both snippets and private pages (Matt Westcott)
|
||||
* Fix: When deleting collections, ensure the collection name is correctly shown in the success message (LB (Ben) Johnston)
|
||||
|
|
|
@ -45,6 +45,7 @@ depth: 1
|
|||
* Allow `ModelViewSet` to be used with models that have non-integer primary keys (Sage Abdullah)
|
||||
* Add the ability to set an external link/text for promoted search result entries (TopDevPros, Brad Busenius)
|
||||
* Add support for subject and body in the Email link chooser form (TopDevPros, Alexandre Joly)
|
||||
* Extract generic `HistoryView` from snippets and add it to `ModelViewSet` (Sage Abdullah)
|
||||
|
||||
### Bug fixes
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue