- Added `create_request` method to the base view mixin so there's a clearer method for overriding the creation of a `RequestFactory` when building views. (via clintonb)
0.8.10
- Expanded default `GZIP_CONTENT_TYPES` to cover SVGs and everything else recommended by the [HTML5 boilerplate guides](https://github.com/h5bp/server-configs-apache).
0.8.9
- Removed `CommandError` exception handling in `build` command because errors should never pass silently, unless explicitly silenced.
0.8.8
- Django 1.10 support and testing
0.8.7
- `get_month` and `get_year` fix on the month archive view