mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-30 19:44:48 +00:00
Changelog for #4362 for 2.0.1.
This commit is contained in:
parent
beb5f62e01
commit
d94a647b9e
2 changed files with 2 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ Changelog
|
|||
* Fix: Draftail now supports features specified via the `WAGTAILADMIN_RICH_TEXT_EDITORS` setting (Todd Dembrey)
|
||||
* Fix: Password reset form no longer indicates whether the email is recognised, as per standard Django behaviour (Bertrand Bordage)
|
||||
* Fix: `UserAttributeSimilarityValidator` is now correctly enforced on user creation / editing forms (Tim Heap)
|
||||
* Fix: Editing setting object with no site configured no longer crashes (Harm Zeinstra)
|
||||
|
||||
|
||||
2.0 (28.02.2018)
|
||||
|
|
|
|||
|
|
@ -16,3 +16,4 @@ Bug fixes
|
|||
* Draftail now supports features specified via the ``WAGTAILADMIN_RICH_TEXT_EDITORS`` setting (Todd Dembrey)
|
||||
* Password reset form no longer indicates whether the email is recognised, as per standard Django behaviour (Bertrand Bordage)
|
||||
* ``UserAttributeSimilarityValidator`` is now correctly enforced on user creation / editing forms (Tim Heap)
|
||||
* Editing setting object with no site configured no longer crashes (Harm Zeinstra)
|
||||
|
|
|
|||
Loading…
Reference in a new issue