=======
CHANGES
=======

v0.4.0, 2017-07-14
------------------

* Dropped Python 2 support.
* Repair CSV import capability.
* CSVImportedFile accepts a delimiter kwargs.

v0.3.4, 2015-12-28
------------------

* Restored Python 2 compatibility for file iteration.
* Properly convert Excel cells containing time values.

v0.3.3, 2015-10-30
------------------

* Replaced obsolete SortedDict by OrderedDict from standard lib.

v0.3.2, 2015-09-22
------------------

* More Python 3 fixes

v0.3.1, 2015-09-22
------------------

* Fixed a Python 3 incompatibility
* Added missing template in package

v0.3, 2015-09-22
----------------

* Added Python 3 support.
* Use django-formtools as it is not in Django contrib apps any more.


v0.2, 2013-02-20
----------------

* Added Django interface to help matching imported data with model field names.
* Use xlrd also for xlsx support (xlrd 0.8.0 supports now xlsx).
* Support unicode headers
* Fixed bug when ODS sheet contains skipped headers

v0.1, 2012-11-09
----------------

* Initial release.
