[Answer]-Dynamically sort in Django admin

1👍

Depending on your version of Django, you can use the get_ordering() method in your ModelAdmin class.

Leave a comment