Contents

django-import-export 3.3.8

0

Django application and library for importing and exporting data with included admin integration.

Django application and library for importing and exporting data with included admin integration.

Stars: 2857, Watchers: 2857, Forks: 772, Open Issues: 17

The django-import-export/django-import-export repo was created 11 years ago and the last code push was Yesterday.
The project is very popular with an impressive 2857 github stars!

How to Install django-import-export

You can install django-import-export using pip

pip install django-import-export

or add it to a project with poetry

poetry add django-import-export

Package Details

Author
Bojan Mihelač
License
BSD License
Homepage
https://github.com/django-import-export/django-import-export
PyPi:
https://pypi.org/project/django-import-export/
Documentation:
https://django-import-export.readthedocs.io/en/stable/
GitHub Repo:
https://github.com/django-import-export/django-import-export

Classifiers

  • Software Development
No  django-import-export  pypi packages just yet.

Errors

A list of common django-import-export errors.

Code Examples

Here are some django-import-export code examples and snippets.

GitHub Issues

The django-import-export package has 17 open issues on GitHub

  • Fix crash on import_data(Dataset(), collect_failed_rows=True)
  • Calling import_dataset() when dataset is empty and collect_failed_rows=True causes crash
  • Fix validation errors ignored when skip_unchanged is set
  • Validation errors are swallowed when skip_unchanged is enabled
  • Exporting Decimal Values
  • Explore Django Rest Framework extension using ModelSerializers
  • Create a ResourceField that allows exporting and importing related subsets of data
  • Export from a specific model view page in Django Admin
  • Allow default format selections on import, export, and action screens
  • Add Natural Key support to ForeignKeyWidget
  • (WIP) Flake8 + Black checks in GitHub actions
  • Release 3 x
  • Resource._meta doesn't get params from parent's parent's Meta
  • Improve error information, include exact value and column
  • yaml export crashes for objects with decimal values

See more issues on GitHub

Related Packages & Articles

jsonfield 3.1.0

A reusable Django field that allows you to store validated JSON in your model.

django-json-widget 2.0.1

An alternative widget that makes it easy to edit the new Django's field JSONField (PostgreSQL specific model fields)