Django import/export extensions¶
django-import-export-extensions is a Django application and library based on django-import-export library that provided extended features.
Features:
Import/export resources in the background via Celery
Manage import/export jobs via Django Admin
DRF integration that allows to work with import/export jobs via API
Support drf-spectacular generated API schema
Additional fields and widgets (FileWidget, IntermediateManyToManyWidget, IntermediateManyToManyField)
User Guide
- Installation and configuration
- Getting started
- Extensions
- Migrate from original django-import-export package
- Credits
- History
- 1.9.0 (2025-09-16)
- 1.8.0 (2025-06-30)
- 1.7.0 (2025-05-22)
- 1.6.0 (2025-04-29)
- 1.5.0 (2025-04-02)
- 1.4.1 (2025-02-18)
- 1.4.0 (2025-01-28)
- 1.3.1 (2025-01-13)
- 1.3.0 (2025-01-09)
- 1.2.0 (2024-12-26)
- 1.1.0 (2024-12-06)
- 1.0.1 (2024-11-08)
- 0.7.0 (2024-10-29)
- 0.6.1 (2024-10-04)
- 0.6.0 (2024-10-04)
- 0.5.0 (2023-12-19)
- 0.4.1 (2023-09-25)
- 0.4.0 (2023-09-11)
- 0.3.1 (2023-09-11)
- 0.3.0 (2023-09-11)
- 0.2.0 (2023-08-25)
- 0.1.4 (2023-05-22)
- 0.1.3 (2023-05-15)
- 0.1.2 (2023-05-12)
- 0.1.1 (2023-04-27)
- 0.1.0 (2023-04-01)
API Documentation
- Admin
- Models
- API (Rest Framework)
ImportJobViewSetExportJobViewSetImportJobForUserViewSetExportJobForUserViewSetBaseImportJobViewSetBaseExportJobViewSetBaseImportJobForUserViewSetBaseExportJobForUserViewSetLimitQuerySetToCurrentUserMixinImportStartActionMixinExportStartActionMixinCreateExportJobCreateImportJobExportJobSerializerImportJobSerializerProgressSerializerProgressInfoSerializer
Developers