1
0
mirror of https://github.com/django/django.git synced 2025-02-09 08:55:32 +00:00
django/docs/releases/1.9.1.txt
Simon Charette 59b57e672c Fixed #25867 -- Fixed a system check crash with nested ArrayFields.
Thanks to Jean Gourds for the report, Tim and Claude for the review.
2015-12-07 14:45:22 -05:00

19 lines
425 B
Plaintext

==========================
Django 1.9.1 release notes
==========================
*Under development*
Django 1.9.1 fixes several bugs in 1.9.
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`).
* Fixed a system check crash with nested ``ArrayField``\s (:ticket:`25867`).