From ca74e563500e291480f1976b58fcd34aac768dca Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Mon, 10 Jul 2017 19:45:09 +0200 Subject: Fixed #28378 -- Fixed union() and difference() when combining with a queryset raising EmptyResultSet. Thanks Jon Dufresne for the report. Thanks Tim Graham and Simon Charette for the reviews. --- docs/releases/1.11.4.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.11.4.txt b/docs/releases/1.11.4.txt index 28f06deb06..2383ad6a17 100644 --- a/docs/releases/1.11.4.txt +++ b/docs/releases/1.11.4.txt @@ -12,3 +12,6 @@ Bugfixes * 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`). + +* Fixed ``QuerySet.union()`` and ``difference()`` when combining with + a queryset raising ``EmptyResultSet`` (:ticket:`28378`). -- cgit v1.3