Order_By Django QuerySet Order en commande

Entry.objects.filter(pub_date__year=2005).order_by('-pub_date', 'headline')
Shiny Scarab