[https://github.com/django/django/pull/7727 PR]
--
Ticket URL: <https://code.djangoproject.com/ticket/27718>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_docs: 1 => 0
* stage: Accepted => Ready for checkin
--
Ticket URL: <https://code.djangoproject.com/ticket/27718#comment:1>
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"84c1826ded17b2d74f66717fb745fc36e37949fd" 84c1826d]:
{{{
#!CommitTicketReference repository=""
revision="84c1826ded17b2d74f66717fb745fc36e37949fd"
Fixed #27718 -- Added QuerySet.union(), intersection(), difference().
Thanks Mariusz Felisiak for review and Oracle assistance.
Thanks Tim Graham for review and writing docs.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/27718#comment:2>
Comment (by Mariusz Felisiak <felisiak.mariusz@…>):
In [changeset:"7b42d346465abb560d1b774bdf17d094fad75571" 7b42d346]:
{{{
#!CommitTicketReference repository=""
revision="7b42d346465abb560d1b774bdf17d094fad75571"
Refs #27718 -- Doc'd and tested QuerySet.exists() for combined querysets.
Supported since 84c1826ded17b2d74f66717fb745fc36e37949fd.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/27718#comment:3>