Refs #25548 -- Forwardported 1.9.1 release note.

This commit is contained in:
Tim Graham 2015-12-07 08:17:01 -05:00
parent 6f229048dd
commit 285b08abc1
1 changed files with 3 additions and 0 deletions

View File

@ -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`).