mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-25 23:33:45 +00:00
Release note for #3007
This commit is contained in:
parent
87e11bec86
commit
d4114ff4ae
2 changed files with 2 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ Changelog
|
||||||
* Styling tweaks for the ModelAdmin's `IndexView` to be more inline with the Wagtail styleguide (Andy Babic)
|
* Styling tweaks for the ModelAdmin's `IndexView` to be more inline with the Wagtail styleguide (Andy Babic)
|
||||||
* Added `.nvmrc` to the project root for Node versioning support (Janneke Janssen)
|
* Added `.nvmrc` to the project root for Node versioning support (Janneke Janssen)
|
||||||
* Added `form_fields_exclude` property to ModelAdmin views (Matheus Bratfisch)
|
* 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)
|
||||||
* Fix: Marked 'Date from' / 'Date to' strings in wagtailforms for translation (Vorlif)
|
* Fix: Marked 'Date from' / 'Date to' strings in wagtailforms for translation (Vorlif)
|
||||||
* Fix: Unreliable preview is now reliable by always opening in a new window (Kjartan Sverrisson)
|
* Fix: Unreliable preview is now reliable by always opening in a new window (Kjartan Sverrisson)
|
||||||
* Fix: Fixed placement of `{{ block.super }}` in `snippets/type_index.html` (LB (Ben Johnston))
|
* Fix: Fixed placement of `{{ block.super }}` in `snippets/type_index.html` (LB (Ben Johnston))
|
||||||
|
|
|
||||||
|
|
@ -24,6 +24,7 @@ Other features
|
||||||
* Styling tweaks for the ModelAdmin's ``IndexView`` to be more inline with the Wagtail styleguide (Andy Babic)
|
* Styling tweaks for the ModelAdmin's ``IndexView`` to be more inline with the Wagtail styleguide (Andy Babic)
|
||||||
* Added `.nvmrc` to the project root for Node versioning support (Janneke Janssen)
|
* Added `.nvmrc` to the project root for Node versioning support (Janneke Janssen)
|
||||||
* Added `form_fields_exclude` property to ModelAdmin views (Matheus Bratfisch)
|
* 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)
|
||||||
|
|
||||||
|
|
||||||
Bug fixes
|
Bug fixes
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue