mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 14:52:15 +00:00
Add ordering to the employment history
This commit is contained in:
@@ -45,7 +45,7 @@ class EVEPlayerCharacterEmploymentHistory(models.Model):
|
||||
app_label = 'eve_api'
|
||||
verbose_name = 'Player Character Employment History'
|
||||
verbose_name_plural = 'Player Character Employment Histories'
|
||||
|
||||
ordering = ['-record_id']
|
||||
|
||||
class EVEPlayerCharacter(EVEAPIModel):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user