- Fix: Wagtail's middleware classes are now compatible with Django 1.10's new-style middleware (Karl Hobley)
- Fix: The
Pages.can_create_at
method is now checked in the create page view (Mikalai Radchuk) - Fix: Fixed regression on Django 1.10.1 causing Page subclasses to fail to use PageManager (Matt Westcott)
- Fix: ChoiceBlocks with lazy translations as option labels no longer break Elasticsearch indexing (Matt Westcott)
- Fix: The page editor no longer fails to load JavaScript files with
ManifestStaticFilesStorage
(Matt Westcott) - Fix: Django 1.10 enables client-side validation for all forms by default, but it fails to handle all the nuances of how forms are used in Wagtail. The client-side validation has been disabled for the Wagtail UI (Matt Westcott)