mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #27718 -- Added QuerySet.union(), intersection(), difference().
Thanks Mariusz Felisiak for review and Oracle assistance. Thanks Tim Graham for review and writing docs.
This commit is contained in:
committed by
Tim Graham
parent
611ef422b1
commit
84c1826ded
@@ -386,6 +386,9 @@ Models
|
||||
* The new ``F`` expression ``bitleftshift()`` and ``bitrightshift()`` methods
|
||||
allow :ref:`bitwise shift operations <using-f-expressions-in-filters>`.
|
||||
|
||||
* Added :meth:`.QuerySet.union`, :meth:`~.QuerySet.intersection`, and
|
||||
:meth:`~.QuerySet.difference`.
|
||||
|
||||
Requests and Responses
|
||||
~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user