mirror of
https://github.com/django/django.git
synced 2025-09-28 21:14:55 +00:00
Fixed #28293 -- Fixed union(), intersection(), and difference() when combining with an EmptyQuerySet.
Thanks Jon Dufresne for the report and Tim Graham for the review.
This commit is contained in:
parent
9dc83c356d
commit
82175ead72
4 changed files with 42 additions and 1 deletions
|
@ -29,3 +29,6 @@ Bugfixes
|
|||
|
||||
* Fixed crash in admin's inlines when a model has an inherited non-editable
|
||||
primary key (:ticket:`27967`).
|
||||
|
||||
* Fixed ``QuerySet.union()``, ``intersection()``, and ``difference()`` when
|
||||
combining with an ``EmptyQuerySet`` (:ticket:`28293`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue