diff --git a/CHANGELOG.txt b/CHANGELOG.txt index b68c7d7db4..37dc5086a9 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -64,6 +64,7 @@ Changelog * Fix: Fix incorrect method name in SiteMiddleware deprecation warning (LB (Ben Johnston)) * Fix: `wagtail.contrib.sitemaps` no longer depends on SiteMiddleware (Matt Westcott) * Fix: Purge image renditions cache when renditions are deleted (Pascal Widdershoven, Matt Westcott) + * Fix: Image / document forms now display non-field errors such as `unique_together` constraints (Matt Westcott) 2.9.2 (03.07.2020) diff --git a/docs/releases/2.10.rst b/docs/releases/2.10.rst index fadda5c7c8..3064f90244 100644 --- a/docs/releases/2.10.rst +++ b/docs/releases/2.10.rst @@ -87,6 +87,7 @@ Bug fixes * Fix incorrect method name in SiteMiddleware deprecation warning (LB (Ben Johnston)) * ``wagtail.contrib.sitemaps`` no longer depends on SiteMiddleware (Matt Westcott) * Purge image renditions cache when renditions are deleted (Pascal Widdershoven, Matt Westcott) + * Image / document forms now display non-field errors such as ``unique_together`` constraints (Matt Westcott) Upgrade considerations