#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)
Change History (2)
by , 19 years ago
Attachment: | fields.diff added |
---|
comment:1 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Should be fixed. I had missed saving a few files before committing.
Reopen if not.