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

This reverts commit ff5addf94f.
This commit is contained in:
2010-11-05 17:49:31 +00:00
parent 1b8c6a7da9
commit 4a41a28c6a
4 changed files with 3 additions and 267 deletions

View File

@@ -112,6 +112,7 @@ 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):