Django-webtest

Latest version: v1.9.11

Safety actively analyzes 629959 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 8

1.9.0

------------------

- 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

1.8.0

------------------

- Fixed issue 40 - combining ``app.get`` ``auto_follow=True`` with other
keyword args.

- Add compatibility to the MIDDLEWARE setting introduced in django 1.10

- Drop support for django 1.2

1.7.9

------------------

- Add set_user() to allow to set a user globally for the app

- Allow 'click' to be given a user param

- Mention testapp.reset() in readme

- Allow to use ``json_`` methods

1.7.8

------------------

- setup.py is switched to setuptools; WebTest is now installed automatically
(thanks Eric Araujo);
- importlib from stdlib is used when available, for django 1.9 compatibility
(thanks Helen Sherwood-Taylor);
- django-webtest's own tests are fixed to work in django 1.6+;
- https://bitbucket.org/kmike/django-webtest repository is no longer supported.

1.7.7

------------------

- Fix installation for Python 3.x on systems with C locales.

1.7.6

------------------

- 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).

Page 3 of 8

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.