0.8.7.rst 963 B

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