diff --git a/docs/releases/1.9.1.txt b/docs/releases/1.9.1.txt index 91a0f33a2a..e7c0bfeceb 100644 --- a/docs/releases/1.9.1.txt +++ b/docs/releases/1.9.1.txt @@ -11,3 +11,6 @@ Bugfixes * Fixed ``BaseCache.get_or_set()`` with the ``DummyCache`` backend (:ticket:`25840`). + +* Fixed a regression in ``FormMixin`` causing forms to be validated twice + (:ticket:`25548`).