mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-04 13:34:46 +00:00
Release notes for #3483
This commit is contained in:
parent
e41edb6e29
commit
82a8202bb2
2 changed files with 2 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ Changelog
|
|||
* Added `form_fields_exclude` property to ModelAdmin views (Matheus Bratfisch)
|
||||
* User creation / edit form now enforces password validators set in `AUTH_PASSWORD_VALIDATORS` (Bertrand Bordage)
|
||||
* Added support for showing `non_field_errors` when validation fails in the page editor (Matt Westcott)
|
||||
* Added `WAGTAILADMIN_RECENT_EDITS_LIMIT` setting to to define the number of your most recent edits on the dashboard (Maarten Kling)
|
||||
* Fix: Marked 'Date from' / 'Date to' strings in wagtailforms for translation (Vorlif)
|
||||
* Fix: "File" field label on image edit form is now translated (Stein Strindhaug)
|
||||
* Fix: Unreliable preview is now reliable by always opening in a new window (Kjartan Sverrisson)
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@ Other features
|
|||
* Added ``form_fields_exclude`` property to ModelAdmin views (Matheus Bratfisch)
|
||||
* User creation / edit form now enforces password validators set in ``AUTH_PASSWORD_VALIDATORS`` (Bertrand Bordage)
|
||||
* Added support for displaying ``non_field_errors`` when validation fails in the page editor (Matt Westcott)
|
||||
* Added `WAGTAILADMIN_RECENT_EDITS_LIMIT` setting to to define the number of your most recent edits on the dashboard (Maarten Kling)
|
||||
|
||||
|
||||
Bug fixes
|
||||
|
|
|
|||
Loading…
Reference in a new issue