django-tablib icon indicating copy to clipboard operation
django-tablib copied to clipboard

admin actions are not sorted anymore

Open kinkerl opened this issue 7 years ago • 0 comments

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.

kinkerl avatar May 03 '18 10:05 kinkerl