.coveragerc
.editorconfig
.flake8
.git-blame-ignore-revs
.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
AUTHORS
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
Makefile
README.rst
RELEASE.md
SECURITY.md
pyproject.toml
runtests.sh
tox.ini
.github/FUNDING.yml
.github/pull_request_template.md
.github/stale.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/ISSUE_TEMPLATE/question.md
.github/workflows/release.yml
.github/workflows/test.yml
django_import_export.egg-info/PKG-INFO
django_import_export.egg-info/SOURCES.txt
django_import_export.egg-info/dependency_links.txt
django_import_export.egg-info/requires.txt
django_import_export.egg-info/top_level.txt
docs/Makefile
docs/admin_integration.rst
docs/advanced_usage.rst
docs/api_admin.rst
docs/api_exceptions.rst
docs/api_fields.rst
docs/api_forms.rst
docs/api_instance_loaders.rst
docs/api_mixins.rst
docs/api_resources.rst
docs/api_results.rst
docs/api_tmp_storages.rst
docs/api_widgets.rst
docs/bulk_import.rst
docs/celery.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/export_workflow.rst
docs/faq.rst
docs/getting_started.rst
docs/import_workflow.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/management_commands.rst
docs/release_notes.rst
docs/screenshots.rst
docs/testing.rst
docs/_static/images/change-form-export.png
docs/_static/images/custom-export-form.png
docs/_static/images/custom-import-form.png
docs/_static/images/date-widget-validation-error.png
docs/_static/images/django-import-export-change.png
docs/_static/images/django-import-export-export-confirm.png
docs/_static/images/django-import-export-import-confirm.png
docs/_static/images/django-import-export-import.png
docs/_static/images/export-button.png
docs/_static/images/export_workflow.svg
docs/_static/images/import-button.png
docs/_static/images/import_workflow.svg
docs/_static/images/non-field-specific-validation-error.png
docs/_static/images/select-for-export.png
docs/_static/images/screenshots/confirm-import.png
docs/_static/images/screenshots/export-form.png
docs/_static/images/screenshots/export-selected-action.png
docs/_static/images/screenshots/import-complete.png
docs/_static/images/screenshots/import-form.png
docs/_static/images/screenshots/import-update-with-authors.png
docs/image_src/export_workflow.txt
docs/image_src/import_workflow.txt
import_export/__init__.py
import_export/_version.py
import_export/admin.py
import_export/command_utils.py
import_export/declarative.py
import_export/exceptions.py
import_export/fields.py
import_export/forms.py
import_export/instance_loaders.py
import_export/mixins.py
import_export/options.py
import_export/resources.py
import_export/results.py
import_export/signals.py
import_export/tmp_storages.py
import_export/utils.py
import_export/widgets.py
import_export/formats/__init__.py
import_export/formats/base_formats.py
import_export/locale/ar/LC_MESSAGES/django.mo
import_export/locale/ar/LC_MESSAGES/django.po
import_export/locale/bg/LC_MESSAGES/django.mo
import_export/locale/bg/LC_MESSAGES/django.po
import_export/locale/ca/LC_MESSAGES/django.mo
import_export/locale/ca/LC_MESSAGES/django.po
import_export/locale/cs/LC_MESSAGES/django.mo
import_export/locale/cs/LC_MESSAGES/django.po
import_export/locale/de/LC_MESSAGES/django.mo
import_export/locale/de/LC_MESSAGES/django.po
import_export/locale/es/LC_MESSAGES/django.mo
import_export/locale/es/LC_MESSAGES/django.po
import_export/locale/es_AR/LC_MESSAGES/django.mo
import_export/locale/es_AR/LC_MESSAGES/django.po
import_export/locale/fa/LC_MESSAGES/django.mo
import_export/locale/fa/LC_MESSAGES/django.po
import_export/locale/fi/LC_MESSAGES/django.mo
import_export/locale/fi/LC_MESSAGES/django.po
import_export/locale/fr/LC_MESSAGES/django.mo
import_export/locale/fr/LC_MESSAGES/django.po
import_export/locale/it/LC_MESSAGES/django.mo
import_export/locale/it/LC_MESSAGES/django.po
import_export/locale/ja/LC_MESSAGES/django.mo
import_export/locale/ja/LC_MESSAGES/django.po
import_export/locale/ko/LC_MESSAGES/django.mo
import_export/locale/ko/LC_MESSAGES/django.po
import_export/locale/kz/LC_MESSAGES/django.mo
import_export/locale/kz/LC_MESSAGES/django.po
import_export/locale/nl/LC_MESSAGES/django.mo
import_export/locale/nl/LC_MESSAGES/django.po
import_export/locale/pl/LC_MESSAGES/django.mo
import_export/locale/pl/LC_MESSAGES/django.po
import_export/locale/pt_BR/LC_MESSAGES/django.mo
import_export/locale/pt_BR/LC_MESSAGES/django.po
import_export/locale/ru/LC_MESSAGES/django.mo
import_export/locale/ru/LC_MESSAGES/django.po
import_export/locale/sk/LC_MESSAGES/django.mo
import_export/locale/sk/LC_MESSAGES/django.po
import_export/locale/tr/LC_MESSAGES/django.mo
import_export/locale/tr/LC_MESSAGES/django.po
import_export/locale/zh_Hans/LC_MESSAGES/django.mo
import_export/locale/zh_Hans/LC_MESSAGES/django.po
import_export/management/__init__.py
import_export/management/commands/__init__.py
import_export/management/commands/export.py
import_export/management/commands/import.py
import_export/static/import_export/export.css
import_export/static/import_export/export_selectable_fields.js
import_export/static/import_export/guess_format.js
import_export/static/import_export/import.css
import_export/templates/admin/import_export/base.html
import_export/templates/admin/import_export/change_form.html
import_export/templates/admin/import_export/change_list.html
import_export/templates/admin/import_export/change_list_export.html
import_export/templates/admin/import_export/change_list_export_item.html
import_export/templates/admin/import_export/change_list_import.html
import_export/templates/admin/import_export/change_list_import_export.html
import_export/templates/admin/import_export/change_list_import_item.html
import_export/templates/admin/import_export/export.html
import_export/templates/admin/import_export/import.html
import_export/templates/admin/import_export/resource_fields_list.html
import_export/templatetags/__init__.py
import_export/templatetags/import_export_tags.py
tests/books-sample.csv
tests/docker-compose.yml
tests/manage.py
tests/settings.py
tests/urls.py
tests/core/__init__.py
tests/core/admin.py
tests/core/forms.py
tests/core/models.py
tests/core/views.py
tests/core/exports/authors.csv
tests/core/exports/books-ISO-8859-1.csv
tests/core/exports/books-dos.csv
tests/core/exports/books-empty-author-email.xlsx
tests/core/exports/books-for-delete.csv
tests/core/exports/books-invalid-date.csv
tests/core/exports/books-mac.csv
tests/core/exports/books-mac.tsv
tests/core/exports/books-no-headers.csv
tests/core/exports/books-unicode.csv
tests/core/exports/books-unicode.tsv
tests/core/exports/books.csv
tests/core/exports/books.json
tests/core/exports/books.xls
tests/core/exports/books.xlsx
tests/core/exports/child.csv
tests/core/exports/ebooks.csv
tests/core/fixtures/author.json
tests/core/fixtures/book.json
tests/core/fixtures/category.json
tests/core/migrations/0001_initial.py
tests/core/migrations/0002_book_published_time.py
tests/core/migrations/0003_withfloatfield.py
tests/core/migrations/0004_bookwithchapters.py
tests/core/migrations/0005_addparentchild.py
tests/core/migrations/0006_auto_20171130_0147.py
tests/core/migrations/0007_auto_20180628_0411.py
tests/core/migrations/0008_auto_20190409_0846.py
tests/core/migrations/0009_auto_20211111_0807.py
tests/core/migrations/0010_uuidbook.py
tests/core/migrations/0011_uuidcategory_legacybook_alter_uuidbook_id_and_more.py
tests/core/migrations/0012_delete_legacybook.py
tests/core/migrations/0013_alter_author_birthday.py
tests/core/migrations/0014_bookwithchapternumbers.py
tests/core/migrations/0015_withpositiveintegerfields.py
tests/core/migrations/0016_alter_category_options_alter_uuidcategory_options.py
tests/core/migrations/0017_namedauthor_uuidbook_author.py
tests/core/migrations/__init__.py
tests/core/templates/core/category_list.html
tests/core/templates/core/admin/change_list.html
tests/core/tests/__init__.py
tests/core/tests/resources.py
tests/core/tests/test_base_formats.py
tests/core/tests/test_command_export.py
tests/core/tests/test_command_import.py
tests/core/tests/test_command_utils.py
tests/core/tests/test_declarative.py
tests/core/tests/test_fields.py
tests/core/tests/test_forms.py
tests/core/tests/test_import_export_tags.py
tests/core/tests/test_instance_loaders.py
tests/core/tests/test_invalidrow.py
tests/core/tests/test_mixins.py
tests/core/tests/test_model_resource_fields_generate_widgets.py
tests/core/tests/test_permissions.py
tests/core/tests/test_results.py
tests/core/tests/test_tmp_storages.py
tests/core/tests/test_widgets.py
tests/core/tests/utils.py
tests/core/tests/widget.py
tests/core/tests/admin_integration/__init__.py
tests/core/tests/admin_integration/mixins.py
tests/core/tests/admin_integration/test_action_export.py
tests/core/tests/admin_integration/test_export.py
tests/core/tests/admin_integration/test_import_encoding.py
tests/core/tests/admin_integration/test_import_errors.py
tests/core/tests/admin_integration/test_import_functionality.py
tests/core/tests/admin_integration/test_import_security.py
tests/core/tests/admin_integration/test_import_templates.py
tests/core/tests/admin_integration/test_views.py
tests/core/tests/test_resources/__init__.py
tests/core/tests/test_resources/test_bulk_operations.py
tests/core/tests/test_resources/test_diffs.py
tests/core/tests/test_resources/test_import_export.py
tests/core/tests/test_resources/test_misc.py
tests/core/tests/test_resources/test_natural_foreign_key.py
tests/core/tests/test_resources/test_relationships.py
tests/core/tests/test_resources/test_modelresource/__init__.py
tests/core/tests/test_resources/test_modelresource/test_data_deletion.py
tests/core/tests/test_resources/test_modelresource/test_data_handling.py
tests/core/tests/test_resources/test_modelresource/test_data_import.py
tests/core/tests/test_resources/test_modelresource/test_deprecated_fields.py
tests/core/tests/test_resources/test_modelresource/test_dynamic_customization.py
tests/core/tests/test_resources/test_modelresource/test_error_handling.py
tests/core/tests/test_resources/test_modelresource/test_export.py
tests/core/tests/test_resources/test_modelresource/test_fields.py
tests/core/tests/test_resources/test_modelresource/test_m2m.py
tests/core/tests/test_resources/test_modelresource/test_queryset.py
tests/core/tests/test_resources/test_modelresource/test_relationship.py
tests/core/tests/test_resources/test_modelresource/test_resource.py
tests/core/tests/test_resources/test_modelresource/test_resource_factory.py
tests/core/tests/test_resources/test_modelresource/test_resource_fields.py
tests/core/tests/test_resources/test_modelresource/test_resource_postgres.py
tests/core/tests/test_resources/test_modelresource/test_resource_setup.py
tests/core/tests/test_resources/test_modelresource/test_resource_transactions.py
tests/core/tests/test_resources/test_modelresource/test_string_resource.py
tests/core/tests/test_resources/test_modelresource/test_widget.py
tests/docker/db/init-mysql-db.sh
tests/docker/db/init-postgres-db.sh
tests/scripts/__init__.py
tests/scripts/bulk_import.py