Skip to content

Commit

Permalink
Merge pull request #92 from boxine/revert-90-patch-2
Browse files Browse the repository at this point in the history
Revert "ordering Sub-tasks chronologically in admin"
  • Loading branch information
jedie authored Mar 24, 2022
2 parents 868afc1 + 7cd5b7f commit c2e5e21
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion huey_monitor/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@ 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 c2e5e21

Please sign in to comment.