Update django-import-export to 2.0.2
Created by: pyup-bot
This PR updates django-import-export from 1.0.0 to 2.0.2.
Changelog
2.0.2
------------------
- Add support for tablib >= 1.0 (1061)
- Add ability to install a subset of tablib supported formats and save some
automatic dependency installations (needs tablib >= 1.0)
- Use column_name when checking row for fields (1056)
2.0.1
------------------
- Fix deprecated Django 3.0 function usage (1054)
- Pin tablib version to not use new major version (1063)
- Format field is always shown on Django 2.2 (1007)
2.0
----------------
- [django2.2] Add real support of Django 2.2 before 3.0 is out (1021)
- fix: DateTimeWidget not timezone sensitive (813) (943)
- Move actions definition to ExportActionMixin (992)
- Add language support: Turkish (1013)
- Fix exception import for Django 3 (1010)
- Fix potential header / row column mismatches for invalid rows in… (995)
- Assume user is importing new data if id fields not included (996)
- Fix bug with spaces in export filename, pass request and queryset (980)
- Simplify Django version in TravisCI (970)
- Merge pull request 966 from andrewgy8/bump-stale-bot-time
- Align error in rtl mode (954)
- Add dutch translations (951, 1024)
- Add 3.8-dev to travis ci (926)
- Fix style in getting_started docs (952)
- Update documentation to show that mixins must be referenced before admin.ModelAdmin. (946)
- JSONWidget updated with null value fix (928)
- Import rows have background color (929)
- Use resource get_queryset in ModelInstanceLoader (920)
- Simplify coerce to text type (887)
- More flexibility in ConfirmImportForm, forms and resource kwargs (893)
- Add JSON B type field mapping (904)
- Scale back stale bot's time-to-stale (918)
- test: explicitly order qs in ManyToManyWidget
- Add mysql to travis
- Expand doc strings to include Mixin superclasses (914)
- Remove python2 compatibility decorator
- chore: fix Imports are incorrectly sorted.
- Use global env vars for postgres
- Used non-fixed id for test. Database is not torn down after each run, which means that the id is incrementing
- Fix warning from assertEquals
- Add psycopg2 as postgres driver to test requirements
- Add django version to the matrix
- Add matrix for sqlite and postgres testing
- Correct mistaken assertTrue() -> assertEquals()
- chore: add package long_description
- chore: add python wheels to dev requirements (890)
- Add github directory with PR and issue templates
- Isort all the things
- Use coveralls master branch tag in the readme
- Remove support for Django < 2.0 and Python < 3.5
1.2.0
------------------
- feat: Better surfacing of validation errors in UI / optional model instance validation (852)
- chore: Use modern setuptools in setup.py (862)
- chore: Update URLs to use https:// (863)
- chore: remove outdated workarounds
- chore: Run SQLite tests with in-memory database
- fix: Change logging level (832)
- fix: Changed `get_instance()` return val (842)
1.1.0
------------------
- fix: Django2.1 ImportExportModelAdmin export (797) (819)
- setup: add django2.1 to test matrix
- JSONWidget for jsonb fields (803)
- Add ExportActionMixin (809)
- Add Import Export Permissioning 608 (804)
- write_to_tmp_storage() for import_action() (781)
- follow relationships on ForeignKeyWidget 798
- Update all pypi.python.org URLs to pypi.org
- added test for tsv import
- added unicode support for TSV for python 2
- Added ExportViewMixin (692)
1.0.1
------------------
- Make deep copy of fileds from class attr to instance attr (550)
- Fix 612: NumberWidget.is_empty() should strip the value if string type (613)
- Fix 713: last day isn't included in results qs (779)
- use Python3 compatible MySql driver in development (706)
- fix: warning U mode is deprecated in python 3 (776)
- refactor: easier overridding widgets and default field (769)
- Updated documentation regardign declaring fields (735)
- custom js for action form also handles grappelli (719)
- Use 'verbose_name' in breadcrumbs to match Django default (732)
- Add Resource.get_diff_class() (745)
- Fix and add polish translation (747)
- Restore raise_errors to before_import (749)