2
0

0.8.7.rst 945 B

123456789101112131415161718192021
  1. ===========================
  2. Wagtail 0.8.7 release notes
  3. ===========================
  4. .. contents::
  5. :local:
  6. :depth: 1
  7. What's changed
  8. ==============
  9. Bug fixes
  10. ~~~~~~~~~
  11. * ``wagtailfrontendcache`` no longer tries to purge pages that are not in a site
  12. * The contents of ``<div>`` elements in the rich text editor were not being whitelisted
  13. * Due to the above issue, embeds/images in a rich text field would sometimes be saved into the database in their editor representation
  14. * RoutablePage now prevents ``subpage_urls`` from being defined as a property, which would cause a memory leak
  15. * Added validation to prevent pages being created with only whitespace characters in their title fields
  16. * Users are no longer logged out on changing password when SessionAuthenticationMiddleware (added in Django 1.7) is in use
  17. * Added a workaround for a Python / Django issue that prevented documents with certain non-ASCII filenames from being served