- fix django 1.5 issues with AdminMediaHandler (thanks Tai Lee); - tox.ini is updated to use latest django versions and the official trunk with python3 support; - django 1.5 SimpleCookie issues are fixed.
1.5.3
------------------
- self.assertRedirects is fixed for authenticated requests.
1.5.2
------------------
- if AuthenticationMiddleware is not in a middleware list, WebtestUserMiddleware is put to the end of middlewares in order to provide better backward compatibility with 1.4.x in case of custom auth middlewares.
1.5.1
------------------
- Fixed handling of forms with method="get". Thanks Jeroen Vloothuis.
1.5
----------------
- WebtestUserMiddleware is inserted after AuthenticationMiddleware, not to the end of middleware list (thanks bigkevmcd); - don't list python 2.5 as supported because WebOb dropped 2.5 support; - python 3 support; - test running using tox.
1.4.4
------------------
- 'user' parameter for ``self.app.put`` and ``self.app.delete`` methods (thanks Ruslan Popov).