Skip to content

Commit

Permalink
Merge pull request #90 from Skrattoune/patch-2
Browse files Browse the repository at this point in the history
ordering Sub-tasks chronologically in admin
  • Loading branch information
jedie authored Mar 24, 2022
2 parents 0373ce9 + af51ea6 commit 868afc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions huey_monitor/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ def __str__(self):
class Meta:
verbose_name = _('Task')
verbose_name_plural = _('Tasks')
ordering = ['-create_dt']


class SignalInfoModel(models.Model):
Expand Down

0 comments on commit 868afc1

Please sign in to comment.