kopia lustrzana https://github.com/wagtail/wagtail
Release notes for #11395
rodzic
5a524cb90f
commit
5fa1bd15f3
|
|
@ -34,6 +34,7 @@ Changelog
|
|||
* Add sublabel to breadcrumbs, including history, usage, and inspect views (Sage Abdullah)
|
||||
* Standardise search form placeholder to 'Search…' (Sage Abdullah)
|
||||
* Use SlugInput on all SlugFields by default (LB (Ben) Johnston)
|
||||
* Show character counts on RichTextBlock with `max_length` (Elhussein Almasri)
|
||||
* 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)
|
||||
|
|
|
|||
|
|
@ -55,6 +55,7 @@ The admin interface now supports right-to-left languages, such as Persian, Arabi
|
|||
* Add sublabel to breadcrumbs, including history, usage, and inspect views (Sage Abdullah)
|
||||
* Standardise search form placeholder to 'Search…' (Sage Abdullah)
|
||||
* Use SlugInput on all SlugFields by default (LB (Ben) Johnston)
|
||||
* Show character counts on RichTextBlock with `max_length` (Elhussein Almasri)
|
||||
|
||||
|
||||
### Bug fixes
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue