kopia lustrzana https://github.com/wagtail/wagtail
Changelog for #4402 in 2.0.1.
rodzic
c697711bb1
commit
72e181a788
|
@ -35,6 +35,7 @@ Changelog
|
|||
* 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)
|
||||
* Fix: Creating a new object with inlines while mandatory fields are empty no longer crashes (Bertrand Bordage)
|
||||
|
||||
|
||||
2.0 (28.02.2018)
|
||||
|
|
|
@ -17,3 +17,4 @@ Bug fixes
|
|||
* 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)
|
||||
* Creating a new object with inlines while mandatory fields are empty no longer crashes (Bertrand Bordage)
|
||||
|
|
Ładowanie…
Reference in New Issue