Contents

django-import-export 4.4.0

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: 3295, Watchers: 3295, Forks: 824, Open Issues: 30

The django-import-export/django-import-export repo was created 13 years ago and the last code push was 3 days ago.
The project is very popular with an impressive 3295 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.
    </dd>
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 30 open issues on GitHub

  • Refactor lookup value retrieval in Field and CachedForeignKeyWidget
  • Refactor bulk update field retrieval to use attribute
  • do not cast falsy values to None / null
  • Is dehydrate_<field> meant to be called during imports?
  • Remove deprecated code

See more issues on GitHub

Related Packages & Articles

jsonfield 3.2.0

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

django-json-widget 2.1.1

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