Opened 8 years ago

Closed 8 years ago

Last modified 4 years ago

#27718 closed New feature (fixed)

Add QuerySet.union(), intersection(), difference()

Reported by: Florian Apolloner Owned by: nobody
Component: Database layer (models, ORM) Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Change History (3)

comment:1 by Tim Graham, 8 years ago

Needs documentation: unset
Summary: Add QuerySet.union(), intersect(), minus()Add QuerySet.union(), intersection(), difference()
Triage Stage: AcceptedReady for checkin

comment:2 by Tim Graham <timograham@…>, 8 years ago

Resolution: fixed
Status: newclosed

In 84c1826d:

Fixed #27718 -- Added QuerySet.union(), intersection(), difference().

Thanks Mariusz Felisiak for review and Oracle assistance.
Thanks Tim Graham for review and writing docs.

comment:3 by Mariusz Felisiak <felisiak.mariusz@…>, 4 years ago

In 7b42d346:

Refs #27718 -- Doc'd and tested QuerySet.exists() for combined querysets.

Supported since 84c1826ded17b2d74f66717fb745fc36e37949fd.

Note: See TracTickets for help on using tickets.
Back to Top