Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

Commit

Permalink
Patched sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
danielquinn committed Feb 17, 2016
1 parent 52f2425 commit 550184c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/logger/migrations/0001_initial.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,8 @@ class Migration(migrations.Migration):
('component', models.PositiveIntegerField(choices=[(1, 'Consumer'), (2, 'Mail Fetcher')])),
],
),
migrations.AlterModelOptions(
name='log',
options={'ordering': ('-time',)},
),
]

0 comments on commit 550184c

Please sign in to comment.