- First version released by new maintainer [jieter](https://github.com/jieter)
- Dropped support for Django 1.5 and 1.6, add python 3.5 with Django 1.8 and 1.9 to the build matrix (273)
- Prevent `SingleTableView` from calling `get_queryset` twice. (fixes 155)
- Don't call managers when resolving accessors. (214 by [mbertheau](https://github.com/mbertheau), fixes #211)