Opened 20 years ago
Closed 18 years ago
#1803 closed enhancement (wontfix)
[patch] Adding QuerySet.union() and intersection()
| Reported by: | Owned by: | nobody | |
|---|---|---|---|
| Component: | Database layer (models, ORM) | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Triage Stage: | Design decision needed | |
| Has patch: | yes | Needs documentation: | yes |
| Needs tests: | yes | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
This patch adds set like methods union() and intersection() to QuerySets. These are mere aliases for or respectively and
Attachments (2)
Change History (5)
by , 20 years ago
| Attachment: | union_set.diff added |
|---|
by , 20 years ago
| Attachment: | union_set.2.diff added |
|---|
patch, this time probably trac-readable. Replaces other patch.
comment:1 by , 19 years ago
| Triage Stage: | Unreviewed → Design decision needed |
|---|
What are these methods needed for?
comment:2 by , 19 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