mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-09 12:30:15 +02:00
Merge pull request #26 from tehfiend/master
Update to op-timer for sorting
This commit is contained in:
commit
c68c5345f8
@ -6,6 +6,8 @@ from eveonline.models import EveCorporationInfo
|
||||
|
||||
|
||||
class Timer(models.Model):
|
||||
class Meta:
|
||||
ordering = ['eve_time']
|
||||
name = models.CharField(max_length=254, default="")
|
||||
system = models.CharField(max_length=254, default="")
|
||||
planet_moon = models.CharField(max_length=254, default="")
|
||||
|
Loading…
x
Reference in New Issue
Block a user