2.0.1.rst 864 B

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