Skip to content

Latest commit

 

History

History
68 lines (44 loc) · 1.77 KB

CHANGELOG.rst

File metadata and controls

68 lines (44 loc) · 1.77 KB

Change log

0.0.12 - 18.08.2022

Change:

  1. Support for django 2.0.x
  2. Tested against django 4.1
  3. Change xlrd version <=1.2.0

0.0.11 - tbd

Updated

  1. Test Support for django 3.x.x
  2. Tested against django 3.x.x

0.0.10 - 11.01.2018

Added

  1. pyexcel-io#46, expose bulk_save to django developers

0.0.9 - 12.07.2017

Added

  1. bring isave_to_database and isave_book_to_database

0.0.8 - 07.07.2017

Added

  1. pyexcel#39, explicitly seeking at 0

0.0.7 - 29.06.2017

Added

  1. pyexcel#38, Support unicode code as download file name

0.0.6 - 12.22.2016

Updated

  1. pyexcel#26, raise ioerror if content is empty.
  2. Use pyexcel-webio v0.0.9 so as to push out new version of pyexcel and its plugins.

0.0.5 - 26.08.2016

Added:

  1. Support for django 1.6.x
  2. Tested against django 1.10