- 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
- 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:
- 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:
- Refactor the csv_to_excel module. In the next release this package will be a pypi egg.
- Support for openpyxl
- Integration with travis and coveralls
- Fix an error if you use the theme paleblue
- Fix test with python 3
- Fix some details
- Test project
- Thanks to:
- Russian translations
- Thanks to:
- Python3 support
- Polish translation
- Thanks to:
- Improvements in the README
- Exportable to XLS with xlwt
- Thanks to:
- Crashy23
- Gamesbook
- And spatially to Austin Phillips
- Escape csv data correctly during output
- The fields with commas now are not split into multiple columns
- Thanks to:
- Fix a little error, when a column has line breaks. Now these are changed to espaces
- Details
- Add a default view (https://docs.djangoproject.com/en/dev/topics/class-based-views/)
- Exportable to XLS
- Update the README
- Initial release