mirror of
https://github.com/Hopiu/django.git
synced 2026-05-26 15:44:08 +00:00
13 lines
320 B
Text
13 lines
320 B
Text
===========================
|
|
Django 1.11.7 release notes
|
|
===========================
|
|
|
|
*Expected November 1, 2017*
|
|
|
|
Django 1.11.7 fixes several bugs in 1.11.6.
|
|
|
|
Bugfixes
|
|
========
|
|
|
|
* Prevented ``cache.get_or_set()`` from caching ``None`` if the ``default``
|
|
argument is a callable that returns ``None`` (:ticket:`28601`).
|