2.0.1.rst 881 B

12345678910111213141516171819202122232425
  1. ===========================
  2. Wagtail 2.0.1 release notes
  3. ===========================
  4. *April 4, 2018*
  5. .. contents::
  6. :local:
  7. :depth: 1
  8. What's new
  9. ==========
  10. * Added error notification when running the ``wagtail`` command on Python <3.4 (Matt Westcott)
  11. * Added error handling to the Draftail editor (Thibaud Colas)
  12. Bug fixes
  13. ~~~~~~~~~
  14. * Draftail now supports features specified via the ``WAGTAILADMIN_RICH_TEXT_EDITORS`` setting (Todd Dembrey)
  15. * Password reset form no longer indicates whether the email is recognised, as per standard Django behaviour (Bertrand Bordage)
  16. * ``UserAttributeSimilarityValidator`` is now correctly enforced on user creation / editing forms (Tim Heap)
  17. * Editing setting object with no site configured no longer crashes (Harm Zeinstra)
  18. * Creating a new object with inlines while mandatory fields are empty no longer crashes (Bertrand Bordage)