- Added support for django 1.6 (thanks Carl Meyer).
1.6.1
------------------
- Added support for django 1.5+ custom user models (thanks Gautier Hayoun).
1.6
----------------
- Added ability to pass a custom response_class and app_class to WebTest (thanks Bruno Renié); - Added case-insensitive header access in DjangoWebtestResponse (thanks Bruno Renié).
1.5.7
------------------
- WebTest 2.0 support.
1.5.6
------------------
- django 1.5 support: transaction handling is fixed (thanks Marco Braak).
1.5.5
------------------
- Fixed django 1.5 support: DjangoWebtestResponse.streaming attribute is added (thanks David Winterbottom).