mirror of
https://github.com/django/django.git
synced 2025-09-27 04:29:17 +00:00
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.
This commit is contained in:
parent
9bca0d0b38
commit
ca74e56350
3 changed files with 29 additions and 10 deletions
|
@ -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`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue