diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2017-07-10 19:45:09 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2017-07-10 20:50:50 +0200 |
| commit | 346b46a274aa8f945aec7d63ea962b41c2c32e40 (patch) | |
| tree | 538c3c80544edb41c819cf2d8cb94a38eb724df9 /docs | |
| parent | b72298de75952a5f8871f973c3e62f6634588443 (diff) | |
[1.11.x] 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.
Backport of ca74e563500e291480f1976b58fcd34aac768dca from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.11.4.txt | 3 |
1 files changed, 3 insertions, 0 deletions
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`). |
