- Fix: Formbuilder no longer raises TypeError when submitting unchecked boolean field
- Fix: Image upload form no longer breaks when using i10n thousand separators
- Fix: Multiple image uploader now escapes HTML in filenames
- Fix: Retrieving an individual item from a sliced BaseSearchResults object now properly takes the slice offset into account
- Fix: Removed dependency on unicodecsv which fixes a crash on Python 3
- Fix: Submitting unicode text in form builder form no longer crashes with UnicodeEncodeError on Python 2
- Fix: Creating a proxy model from a Page class no longer crashes in the system check
- Fix: Unrecognised embed URLs passed to the |embed filter no longer cause the whole page to crash with an EmbedNotFoundException
- Fix: Underscores no longer get stripped from page slugs