2017-07-01 23:37:43 +00:00
|
|
|
===========================
|
|
|
|
Django 1.11.4 release notes
|
|
|
|
===========================
|
|
|
|
|
|
|
|
*Under development*
|
|
|
|
|
|
|
|
Django 1.11.4 fixes several bugs in 1.11.3.
|
|
|
|
|
|
|
|
Bugfixes
|
|
|
|
========
|
|
|
|
|
2017-07-06 12:17:39 +00:00
|
|
|
* Fixed a regression in 1.11.3 on Python 2 where non-ASCII ``format`` values
|
|
|
|
for date/time widgets results in an empty ``value`` in the widget's HTML
|
|
|
|
(:ticket:`28355`).
|
2017-07-10 17:45:09 +00:00
|
|
|
|
|
|
|
* Fixed ``QuerySet.union()`` and ``difference()`` when combining with
|
|
|
|
a queryset raising ``EmptyResultSet`` (:ticket:`28378`).
|