mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 23:02:19 +00:00
Revert "Remove roleid from the role object, use the id field instead"
This reverts commit ff5addf94f.
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user