- DjangoTestApp methods pass all custom keyword arguments to webtest.TestApp; this allows to use ``xhr=True`` feature (thanks Max Kharandziuk). - Travis CI testing fixes (thanks Darian Moody).
1.7.5
------------------
- OPTIONS method is fixed; - added workaround for DELETE method warnings (see https://github.com/Pylons/webtest/issues/50).
1.7.4
------------------
- Really add ``TransactionWebTest`` base class (thanks Julien Aubert).
1.7.3
------------------
- Added support for PATCH and OPTIONS HTTP methods (thanks Will Bradley).
1.7.2
------------------
- ``TransactionWebTest`` base class is added (thanks Iurii Kriachko).