Opened 19 years ago
Closed 18 years ago
#1803 closed enhancement (wontfix)
[patch] Adding QuerySet.union() and intersection()
Description ¶
This patch adds set like methods union() and intersection() to QuerySets. These are mere aliases for or respectively and
Change History (5)
by , 19 years ago
Attachment: | union_set.diff added |
---|
by , 19 years ago
Attachment: | union_set.2.diff added |
---|
patch, this time probably trac-readable. Replaces other patch.
comment:1 by , 18 years ago
Triage Stage: | Unreviewed → Design decision needed |
---|
What are these methods needed for?
comment:2 by , 18 years ago
Needs documentation: | set |
---|---|
Needs tests: | set |
Oh my, this is old ;-) Adrian asked for it. If I can find the thread, I'll provide a link.
comment:3 by , 18 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
I retract this patch, there's really no good reason for this.
Note:
See TracTickets
for help on using tickets.
Patch