Remove roleid from the role object, use the id field instead

This commit is contained in:
2010-11-04 12:33:44 +00:00
parent be6d219768
commit ff5addf94f
4 changed files with 267 additions and 3 deletions

View File

@@ -112,7 +112,6 @@ class EVEPlayerCharacterRole(EVEAPIModel):
Represents a role which can be applied to a character
"""
roleid = models.CharField(max_length=64, blank=False, null=False)
name = models.CharField(max_length=255, blank=False, null=False)
def __unicode__(self):