kopia lustrzana https://github.com/wagtail/wagtail
Release note for #11467
rodzic
8c4637cb43
commit
2531f688f3
|
|
@ -42,6 +42,7 @@ Changelog
|
|||
* Switch the `TableBlock` header controls to a field that requires user input (Bhuvnesh Sharma, Aman Pandey, Cynthia Kiser)
|
||||
* Add `WAGTAILADMIN_LOGIN_URL` setting to allow customising the login URL (Neeraj Yetheendran)
|
||||
* Replace legacy dropdown component with new Tippy dropdown-button (Thibaud Colas)
|
||||
* Add ability to filter by existence of child pages in the page listing view (Matt Westcott)
|
||||
* Fix: Update system check for overwriting storage backends to recognise the `STORAGES` setting introduced in Django 4.2 (phijma-leukeleu)
|
||||
* Fix: Prevent password change form from raising a validation error when browser autocomplete fills in the "Old password" field (Chiemezuo Akujobi)
|
||||
* Fix: Ensure that the legacy dropdown options, when closed, do not get accidentally clicked by other interactions wide viewports (CheesyPhoenix, Christer Jensen)
|
||||
|
|
|
|||
|
|
@ -71,6 +71,7 @@ Thank you to Thibaud Colas and Badr Fourane for their work on this feature.
|
|||
* Switch the `TableBlock` header controls to a field that requires user input (Bhuvnesh Sharma, Aman Pandey, Cynthia Kiser)
|
||||
* Add `WAGTAILADMIN_LOGIN_URL` setting to allow customising the login URL (Neeraj Yetheendran)
|
||||
* Replace legacy dropdown component with new Tippy dropdown-button (Thibaud Colas)
|
||||
* Add ability to filter by existence of child pages in the page listing view (Matt Westcott)
|
||||
|
||||
|
||||
### Bug fixes
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue