django/docs/releases/1.9.1.txt

14 lines
251 B
Plaintext
Raw Normal View History

2015-12-02 08:16:24 +08:00
==========================
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`).