1
0
mirror of https://github.com/django/django.git synced 2025-01-08 17:37:20 +00:00

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

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