Made requests ordering more logical for jingles.
This commit is contained in:
parent
4e23507363
commit
7b103c6c71
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ class SongRequest(Timestampable, models.Model):
|
|||
music = RequestManager()
|
||||
|
||||
class Meta:
|
||||
ordering = ['-created_date', ]
|
||||
ordering = ['-queued_at', '-created_date', ]
|
||||
|
||||
def __str__(self):
|
||||
req_user = self.profile.user.get_username()
|
||||
|
|
Loading…
Reference in a new issue