mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 14:52:15 +00:00
Fix roleIDs to use a charfield until we get bigints in django 1.2
This commit is contained in:
@@ -111,6 +111,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)
|
||||
|
||||
class Meta:
|
||||
|
||||
Reference in New Issue
Block a user