mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
[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 ca74e56350 from master
This commit is contained in:
@@ -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`).
|
||||
|
||||
Reference in New Issue
Block a user