#75 closed defect (fixed)
Add support for recursive ManyToManyFields
Reported by: | slashzero | Owned by: | Adrian Holovaty |
---|---|---|---|
Component: | Metasystem | Version: | |
Severity: | normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description (last modified by )
ManyToManyField
s should be able to be related to "self"
, as ForeignKey
s can.
Change History (3)
comment:1 by , 19 years ago
Component: | Admin interface → Metasystem |
---|---|
Summary: | ManyToManyField self reference → Add support for recursive ManyToManyFields |
comment:2 by , 19 years ago
Description: | modified (diff) |
---|
comment:3 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed by [2380], [2381], [2382], [2383] and [2384]; these changes were for #1346.