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`).
|
2017-10-18 21:09:45 +08:00
|
|
|
|
|
|
|
* Made ``QuerySet.reverse()`` affect ``nulls_first`` and ``nulls_last``
|
|
|
|
(:ticket:`28722`).
|
2017-10-26 03:52:38 +08:00
|
|
|
|
|
|
|
* Fixed unquoted table names in ``Subquery`` SQL when using ``OuterRef``
|
|
|
|
(:ticket:`28689`).
|