| Issue 9: | InvMetaType model returns non existant field as __unicode__ | |
| 1 person starred this issue and may be notified of changes. | Back to list |
InvMetaType has the following __unicode__ method:
def __unicode__(self):
return self.name
But there is no name field in the InvMetaType model.
Apr 30, 2010
Project Member
#1
AndreFMi...@gmail.com
Status:
Fixed
|