Opened 18 years ago

Closed 18 years ago

Last modified 17 years ago

#769 closed defect (fixed)

ForeignKey issue w/r/t recent get_db_column() -> get_attname_column() switch in core.meta.fields

Reported by: Jeff Forcier Owned by: rjwittams
Component: contrib.admin Version:
Severity: normal Keywords:
Cc: jforcier@… Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

This is in regards to the new-admin branch at revision 1158...

During [1154], rjwittams merged in changes from trunk, including [1150] which changed Field.get_db_column() to Field.get_attname_column() and modified the various attributes used to refer to fields (e.g. manipulator fields, model object fields, database column names, &c). However, it looks like a couple spots were missed; see attached diff.

Attachments (1)

fields.diff (2.3 KB ) - added by Jeff Forcier 18 years ago.

Download all attachments as: .zip

Change History (2)

by Jeff Forcier, 18 years ago

Attachment: fields.diff added

comment:1 by rjwittams, 18 years ago

Resolution: fixed
Status: newclosed

Should be fixed. I had missed saving a few files before committing.
Reopen if not.

Note: See TracTickets for help on using tickets.
Back to Top