diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 792a42546c..a3c9017771 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -17,6 +17,7 @@ Changelog * 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) 1.6 (15.08.2016) diff --git a/docs/releases/1.6.1.rst b/docs/releases/1.6.1.rst index b30f8e410d..6a8d864f14 100644 --- a/docs/releases/1.6.1.rst +++ b/docs/releases/1.6.1.rst @@ -18,6 +18,7 @@ Bug fixes * Fixed regression on Django 1.10.1 causing Page subclasses to fail to use PageManager (Matt Westcott) * ChoiceBlocks with lazy translations as option labels no longer break Elasticsearch indexing (Matt Westcott) * The page editor no longer fails to load JavaScript files with ``ManifestStaticFilesStorage`` (Matt Westcott) +* 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) Upgrade considerations