Opened 18 years ago
Closed 14 years ago
#6055 closed Cleanup/optimization (needsinfo)
GenericRelation and db_column lookups
| Reported by: | David Cramer | Owned by: | nobody |
|---|---|---|---|
| Component: | Database layer (models, ORM) | Version: | dev |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Design decision needed | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | yes |
| Easy pickings: | no | UI/UX: | no |
Description
GenericRelations do not properly reference m2m_column_name when doing things such as .delete() on models that use them.
Attachments (1)
Change History (5)
by , 18 years ago
| Attachment: | generic.patch added |
|---|
comment:1 by , 18 years ago
| Triage Stage: | Unreviewed → Ready for checkin |
|---|
comment:2 by , 18 years ago
| Patch needs improvement: | set |
|---|---|
| Triage Stage: | Ready for checkin → Design decision needed |
comment:3 by , 15 years ago
| Severity: | → Normal |
|---|---|
| Type: | → Cleanup/optimization |
comment:4 by , 14 years ago
| Easy pickings: | unset |
|---|---|
| Resolution: | → needsinfo |
| Status: | new → closed |
| UI/UX: | unset |
Closing needsinfo, as the report doesn't clearly indicate what the bug is, how to reproduce it, or what's the desired alternative behavior.
Note:
See TracTickets
for help on using tickets.
This makes some code on my machine fail. I need to investigate further before checking this in...