0.8.8.rst 958 B

1234567891011121314151617181920212223
  1. ===========================
  2. Wagtail 0.8.8 release notes
  3. ===========================
  4. .. contents::
  5. :local:
  6. :depth: 1
  7. What's changed
  8. ==============
  9. Bug fixes
  10. ~~~~~~~~~
  11. * Form builder no longer raises a ``TypeError`` when submitting unchecked boolean field
  12. * Image upload form no longer breaks when using i10n thousand separators
  13. * Multiple image uploader now escapes HTML in filenames
  14. * Retrieving an individual item from a sliced ``BaseSearchResults`` object now properly takes the slice offset into account
  15. * Removed dependency on unicodecsv which fixes a crash on Python 3
  16. * Submitting unicode text in form builder form no longer crashes with ``UnicodeEncodeError`` on Python 2
  17. * Creating a proxy model from a Page class no longer crashes in the system check
  18. * Unrecognised embed URLs passed to the ``|embed`` filter no longer cause the whole page to crash with an ``EmbedNotFoundException``
  19. * Underscores no longer get stripped from page slugs