In admin.py: class ObjectAdmin(admin.ModelAdmin): ordering = ['order'] Is there a way to order in reverse?