mirror of
https://github.com/django/django.git
synced 2024-11-25 07:59:34 +01:00
8c538871bd
Thanks Eneko Illarramendi for the report and initial patch.
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`).
|