Contents

django-import-export 4.0.2

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: 2895, Watchers: 2895, Forks: 780, Open Issues: 22

The django-import-export/django-import-export repo was created 11 years ago and the last code push was 4 minutes ago.
The project is very popular with an impressive 2895 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
None
License
Copyright (c) Bojan Mihelac and individual contributors. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Homepage
None
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 22 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)