Skip to content

Latest commit

 

History

History
100 lines (79 loc) · 2.95 KB

CHANGES.rst

File metadata and controls

100 lines (79 loc) · 2.95 KB

Releases

0.1.0 (2017-06-19)

  • maintenance release,
  • Django 1.8, 1.9, 1.10, 1.11 support,
  • openpyxl > 2.0.0 support,
  • recent django-tables2 support,
  • new maintainer Michał Pasternak

0.0.10 (2014-10-13)

  • Fixes for xlsx Content-Type:
    • django-tables2-reports throws 500 Sever Error when report format is not recognized. 404 is more appropriate in this case.
    • django-tables2-reports sets Content-Type to application/vnd.ms-excel for xlsx files which causes warnings in Firefox. application/vnd.openxmlformats-officedocument.spreadsheetml.sheet is the correct Content-Type for xlsx
  • Support to Django 1.7 (I'm sorry to the delay)
  • Adding new feature: exclude_from_report
  • And a little details
  • Thanks to:

0.0.9 (2013-11-30)

  • Compatible with the future version of Django (>=1.7)
  • Update the tests
  • Refactor the code
  • Fix a bug when the title of the sheet is longer than 31
  • Thanks to:

0.0.8 (2013-11-14)

0.0.7 (2013-08-29)

  • Russian translations
  • Thanks to:

0.0.6 (2013-08-22)

0.0.5 (2013-07-03)

0.0.4 (2013-05-17)

  • Escape csv data correctly during output
  • The fields with commas now are not split into multiple columns
  • Thanks to:

0.0.3 (2012-07-19)

  • Fix a little error, when a column has line breaks. Now these are changed to espaces
  • Details

0.0.2 (2012-07-18)

0.0.1 (2012-07-17)

  • Initial release