16 lines
382 B
Plaintext
16 lines
382 B
Plaintext
===========================
|
|
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`).
|
|
|
|
* Fixed the Basque ``DATE_FORMAT`` string (:ticket:`28710`).
|