Browse Source

Refs #25548 -- Forwardported 1.9.1 release note.

Tim Graham 9 years ago
parent
commit
285b08abc1
1 changed files with 3 additions and 0 deletions
  1. 3 0
      docs/releases/1.9.1.txt

+ 3 - 0
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`).