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

Admin Export does not honour the "IMPORT_EXPORT_SKIP_ADMIN_ACTION_EXPORT_UI" setting

martynwatson-tdi opened this issue · comments

Issue
Setting IMPORT_EXPORT_SKIP_ADMIN_ACTION_EXPORT_UI = True in settings.py does not skip the screen to choose a resource, fields or format from the Export button in an ImportExportModelAdmin

Versions:

  • Django Import Export: 4.0
  • Python: 3.12
  • Django: 5.0.4

Thanks for raising. The reason for this is that the setting is only for cases when export is triggered via the 'action' menu.

image

Skipping the export confirmation screen using this setting is not supported at present.