Opened 16 years ago

Closed 13 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)

generic.patch (451 bytes ) - added by David Cramer 16 years ago.

Download all attachments as: .zip

Change History (5)

by David Cramer, 16 years ago

Attachment: generic.patch added

comment:1 by Simon G <dev@…>, 16 years ago

Triage Stage: UnreviewedReady for checkin

comment:2 by Jacob, 16 years ago

Patch needs improvement: set
Triage Stage: Ready for checkinDesign decision needed

This makes some code on my machine fail. I need to investigate further before checking this in...

comment:3 by Gabriel Hurley, 13 years ago

Severity: Normal
Type: Cleanup/optimization

comment:4 by Carl Meyer, 13 years ago

Easy pickings: unset
Resolution: needsinfo
Status: newclosed
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.
Back to Top