d-demirci / django-adminlte3

AdminLTE Templates, Template Tags, and Admin Theme for Django
https://django-adminlte3.herokuapp.com/admin
Other
244 stars 111 forks source link

Ordering of queryset doesn't work in admin when there is no action for Admin #28

Open DevAbhinav2073 opened 3 years ago

DevAbhinav2073 commented 3 years ago

When actions attribute of a django admin is set to None, the ordering of the queryset doesn't work. The queryset is by default ordered in ascending order with regards to id