django-import-export-extensions
django-import-export-extensions copied to clipboard
Add support for multiple resource classes
- add support for multiple resource classes
- refactor
CeleryExportAdminMixin,CeleryImportAdminMixin:- move common logic to a base class
- drop
get_export_formats,get_import_formats: we now support multiple resource classes, and each resource supports different set of formats, so those formats should be retrieved by calling the corresponding methods on resource class