diff options
| author | Tim Graham <timograham@gmail.com> | 2015-12-07 08:17:01 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-12-07 08:17:01 -0500 |
| commit | 285b08abc121fce878dbe536b0a68b421ec4300d (patch) | |
| tree | ae1a3ec79adf04ff28277de01ddb9d80bfa84a6f /docs | |
| parent | 6f229048ddd8c7347ff60dddfb9121e6021c7b2e (diff) | |
Refs #25548 -- Forwardported 1.9.1 release note.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.9.1.txt | 3 |
1 files changed, 3 insertions, 0 deletions
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`). |
