django-import-export-extensions icon indicating copy to clipboard operation
django-import-export-extensions copied to clipboard

Add support for multiple resource classes

Open KhoiCaoSaritasa opened this issue 2 years ago • 0 comments

  • 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

KhoiCaoSaritasa avatar Jun 07 '23 06:06 KhoiCaoSaritasa