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