@@ -900,7 +900,7 @@ class UserManagement(View):
line = int(line)
try:
- customized_push_qs = CustomizedPush.objects.all()
+ customized_push_qs = CustomizedPush.objects.all().order_by('-push_timestamp')
if title:
customized_push_qs = customized_push_qs.filter(title=title)
if country: