django-tablib
django-tablib copied to clipboard
admin actions are not sorted anymore
This line breaks sorting of admin actions https://github.com/joshourisman/django-tablib/blob/master/django_tablib/admin/init.py#L126 This should be changed to an OrderedDict, see https://github.com/django/django/blob/1.11.13/django/contrib/admin/options.py#L768 for reference.