# Sort an Admin model by specific fields class yourModel(admin.ModelAdmin): ordering = ('yourColumn', '-yourColumnReverse',)