Skip to content

Latest commit

 

History

History
58 lines (45 loc) · 1.23 KB

CHANGELOG.rst

File metadata and controls

58 lines (45 loc) · 1.23 KB

Changelog

1.11.0

  1. Django 1.11 compatibility.
  2. Deprecate support for Django < 1.8.

1.9.2

  1. Restore full set of export fields. This fixes a bug introduced in 1.9.1.

1.9.1

  1. Fix case where an empty list of fields is passed resulting in a blank form.

1.9

  1. Include fields that are non-editable as potential filter fields.
  2. Make it possible for subclasses of the Export form to provide a set of filter fields.
  3. Django 1.9 compatibility.

1.0.3 (2014-10-17)

  1. Improved celery support

1.0.2 (2014-10-17)

  1. Moved serializer into celery task

1.0.1 (2014-10-15)

  1. Add celery support to move email task to a background process

1.0.0 (2014-10-13)

  1. CSV serialiser (included into project)
  2. Email exported data to logged in user
  3. Django 1.7 Compatability
  4. Travis/tox integration

0.0.4 (2011-09-09)

  1. Indent output making it human readable, thanks bevenky.
  2. Note on enabling CSV.

0.0.3 (2011-08-23)

  1. More robust field lookup for fields defined outside of Django.

0.0.2 (2011-08-19)

  1. Supports all Field types.

0.0.1 (2011-08-11)

  1. Initial release.