django-import-export / django-import-export

Django application and library for importing and exporting data with admin integration.

Home Page:https://django-import-export.readthedocs.org/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error in admin model actions

zzainoo opened this issue · comments

there is an error in when i use with django model actions , it return
File ".... python3.11/site-packages/import_export/admin.py", line 566, in ExportActionMixin actions = admin.ModelAdmin.actions + [export_admin_action] ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ TypeError: can only concatenate tuple (not "list") to tuple

and it happen when i use any admin mixin or even if only import anything from admin.py

django version : 4.2.7
django-import-export version : 2.5.0

i am sorry i was using an old version , and it had been fixed in the newer versions