kopia lustrzana https://github.com/wagtail/wagtail
Release note for #5240
rodzic
af7f446562
commit
ee954b8fe6
|
|
@ -49,6 +49,7 @@ Changelog
|
|||
* StreamField 'add' buttons are now disabled when maximum count is reached (Max Gabrielsson)
|
||||
* Use underscores for form builder field names to allow use as template variables (Ashia Zawaduk, LB (Ben Johnston))
|
||||
* Deprecate use of unidecode within form builder field names (Michael van Tellingen, LB (Ben Johnston))
|
||||
* Improve error feedback when editing a page with a missing model class (Andy Babic)
|
||||
* Fix: Support IPv6 domain (Alex Gleason, Coen van der Kamp)
|
||||
* Fix: Ensure link to add a new user works when no users are visible in the users list (LB (Ben Johnston))
|
||||
* Fix: `AbstractEmailForm` saved submission fields are now aligned with the email content fields, `form.cleaned_data` will be used instead of `form.fields` (Haydn Greatnews)
|
||||
|
|
|
|||
|
|
@ -67,6 +67,7 @@ Other features
|
|||
* StreamField 'add' buttons are now disabled when maximum count is reached (Max Gabrielsson)
|
||||
* Use underscores for form builder field names to allow use as template variables (Ashia Zawaduk, LB (Ben Johnston))
|
||||
* Deprecate use of unidecode within form builder field names (Michael van Tellingen, LB (Ben Johnston))
|
||||
* Improve error feedback when editing a page with a missing model class (Andy Babic)
|
||||
|
||||
|
||||
Bug fixes
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue