- table footers (323) - Non-field based `LinkColumn` only renders default value if lookup fails. (322) - Accept `text` parameter in `BaseLinkColumn`-based columns. (322) - Pass the table instance into SingleTableMixin's `get_table_pagination` (320 by [georgema1982](https://github.com/georgema1982), fixes #319) - Check if the view has `paginate_by` before before trying to access it. (fixes 326)
1.2.0
- Allow custom attributes for rows (fixes 47)
1.1.8
- Ability to change the body of the `<a>`-tag, by passing `text` kwarg to the columns inheriting from BaseLinkColumn (318 by [desecho](https://github.com/desecho), #322) - Non-field based LinkColumn only renders default value if lookup fails and text is not set. (322, fixes 257)
1.1.7
- Added Italian translation (315 by [paolodina](https://github.com/paolodina) - Added Dutch translation. - Fixed {% blocktrans %} template whitespace issues - Fixed errors when using a column named `items` (316) - Obey `paginate_by` (from `MultipleObjectMixin`) if no later pagination is defined (242)
1.1.6
- Correct error message about request context processors for current Django (314) - Skipped 1.1.5 due to an error while creating the tag.
1.1.4
- Fix broken `setup.py` if Django is not installed before django-tables2 (fixes 312)