mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-29 17:36:49 +01:00
871c09fd2e
Fixes #11037 Co-authored-by: Christer Jensen <chr.code@gmail.com>
1.1 KiB
1.1 KiB
Wagtail 5.3 release notes - IN DEVELOPMENT
Unreleased
---
local:
depth: 1
---
What's new
Other features
- ...
Bug fixes
- Update system check for overwriting storage backends to recognise the
STORAGES
setting introduced in Django 4.2 (phijma-leukeleu) - Prevent password change form from raising a validation error when browser autocomplete fills in the "Old password" field (Chiemezuo Akujobi)
- Ensure that the legacy dropdown options, when closed, do not get accidentally clicked by other interactions wide viewports (CheesyPhoenix)
Documentation
- ...
Maintenance
- Update BeautifulSoup upper bound to 4.12.x (scott-8)
- Migrate initialization of classes (such as
body.ready
) from multiple JavaScript implementations to one Stimulus controllerw-init
(Chiemezuo Akujobi)