- Python 3 support
- Additional hooks for customizing the workflow (#61)
- Prevent queryset caching when exporting (#44)
- Allow unchanged rows to be skipped when importing (#30)
- Update tests for Django 1.6 (#57)
- Allow different
ResourceClass
to be used inImportExportModelAdmin
(#49)
- Use field_name instead of column_name for field dehydration, FIX #36
- Handle OneToOneField, FIX #17 - Exception when attempting access something on the related_name.
- FIX #23 - export filter not working
- Fix packaging
- DB transactions support for importing data
- support for deleting objects during import
- bug fixes
- Allowing a field to be 'dehydrated' with a custom method
- added documentation
- added ExportForm to admin integration for choosing export file format
- refactor admin integration to allow better handling of specific formats supported features and better handling of reading text files
- include all avialable formats in Admin integration
- bugfixes
- Refactor api