- Apply `title` to a column's `verbose_name` when it is derived from a model, fixes [249](https://github.com/bradleyayers/django-tables2/issues/249). ([#382](https://github.com/bradleyayers/django-tables2/pull/382) by [shawnnapora](https://github.com/shawnnapora))
- Update documentation after deprecation of `STATIC_URL` in django ([384](https://github.com/bradleyayers/django-tables2/pull/384), by [velaia](https://github.com/velaia))
- Cleanup of the templates, making the output more equal ([381](https://github.com/bradleyayers/django-tables2/pull/381) by [ralgozino](https://github.com/ralgozino))
- Use new location for `urlresolvers` in Django and add backwards compatible import ([388](https://github.com/bradleyayers/django-tables2/pull/388) by [felixxm](https://github.com/felixxm))
- Fix a bug where using `sequence` and then `exclude` in a child table would result in a `KeyError`
- Some documentation fixes and cleanups.