2017-10-06 02:44:50 +08:00
|
|
|
===========================
|
|
|
|
Django 1.11.7 release notes
|
|
|
|
===========================
|
|
|
|
|
|
|
|
*Expected November 1, 2017*
|
|
|
|
|
|
|
|
Django 1.11.7 fixes several bugs in 1.11.6.
|
|
|
|
|
|
|
|
Bugfixes
|
|
|
|
========
|
|
|
|
|
2017-09-16 05:16:44 +08:00
|
|
|
* Prevented ``cache.get_or_set()`` from caching ``None`` if the ``default``
|
|
|
|
argument is a callable that returns ``None`` (:ticket:`28601`).
|
2017-10-14 00:37:31 +08:00
|
|
|
|
|
|
|
* Fixed the Basque ``DATE_FORMAT`` string (:ticket:`28710`).
|