mirror of
https://github.com/wagtail/wagtail.git
synced 2024-12-01 11:41:20 +01:00
8a4a6b4ced
- It was creating styling issues in the wagtailadmin when list export was enabled - ensure that all actions are contained within the actionbutton div
976 B
976 B
Wagtail 4.0 release notes - IN DEVELOPMENT
---
local:
depth: 1
---
What's new
Other features
- Add clarity to confirmation when being asked to convert an external link to an internal one (Thijs Kramer)
- Convert various pages in the documentation to Markdown (Daniel Kirkham)
- Add
base_url_path
toModelAdmin
so that the default URL structure of app_label/model_name can be overridden (Vu Pham, Khanh Hoang) - Add
full_url
to the API output ofImageRenditionField
(Paarth Agarwal)
Bug fixes
- Fix issue where
ModelAdmin
index listings with export list enabled would show buttons with an incorrect layout (Josh Woodcock)
Upgrade considerations
base_url_path
keyword argument added to AdminURLHelper
The wagtail.contrib.modeladmin.helpers.AdminURLHelper
class now accepts a base_url_path
keyword argument on its constructor. Custom subclasses of this class should be updated to accept this keyword argument.