- Django 1.11 compatibility.
- Deprecate support for Django < 1.8.
- Restore full set of export fields. This fixes a bug introduced in 1.9.1.
- Fix case where an empty list of fields is passed resulting in a blank form.
- Include fields that are non-editable as potential filter fields.
- Make it possible for subclasses of the
Export
form to provide a set of filter fields. - Django 1.9 compatibility.
- Improved celery support
- Moved serializer into celery task
- Add celery support to move email task to a background process
- CSV serialiser (included into project)
- Email exported data to logged in user
- Django 1.7 Compatability
- Travis/tox integration
- Indent output making it human readable, thanks bevenky.
- Note on enabling CSV.
- More robust field lookup for fields defined outside of Django.
- Supports all Field types.
- Initial release.