------------------
- Backward incompatibility: positionnal arguments are no longer supported.
You'll need to replace them by keywords arguments.
- Added support for Django 1.11
- Dropped support for Django <= 1.7
- Dropped support for Python 2.6
- Changed value of `HTTP_HOST` header from `localhost` to `testserver`, to
match behaviour of Django test client.
- Fixed `DjangoTestApp.options`
- Added `DjangoTestApp.head`
- Added pytest fixtures