- Feature: Added an `ExportMixin` to export table data in various export formats (CSV, XLS, etc.) using [tablib](http://docs.python-tablib.org/en/latest/).
- Defer expanding `Meta.sequence` to `Table.__init__`, to make sequence work in combination with `extra_columns` (fixes [450](https://github.com/bradleyayers/django-tables2/issues/450))
- Fixed a crash when `MultiTableMixin.get_tables()` returned an empty array ([454](https://github.com/bradleyayers/django-tables2/pull/455) by [pypetey](https://github.com/pypetey)