Package Release Info

python-django-webtest-1.9.7-bp153.1.21

Update Info: Base Release
Available in Package Hub : 15 SP3

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python2-django-webtest
python3-django-webtest

Change Logs

Version: 1.9.7-bp152.1.14
* Mon Sep 16 2019 Tomá? Chvátal <tchvatal@suse.com>
- Update to 1.9.7:
  * allow overriding HTTP_HOST with DjangoTestApp.__init__. Fixed #102
* Mon Jun 17 2019 Tomá? Chvátal <tchvatal@suse.com>
- Update to 1.9.6:
  * rest_framework auth class. Fixed #98 #100
* Mon Jun 03 2019 Tomá? Chvátal <tchvatal@suse.com>
- Update to 1.9.5:
  * Fix compatibility with django 3. See #96
  * Add integration with django-rest-framework auth
  * Add missing args to DjangoTestApp. Fixed #86
Version: 1.9.4-bp151.2.2
* Tue Dec 11 2018 Tomá? Chvátal <tchvatal@suse.com>
- Version update to 1.9.4:
  * allow to use positionnal args; fixed #89
  * remove deprecated pytest.yield_fixture functions. use pytest.fixture instead; fixed #88
  * Don't add duplicate WebtestUserMiddleware to the list of middlewares in WebTestMixin. fixed #87
  * restore MIDDLEWARE_CLASSES support; fixed #84
  * Passing user=None to get/post/etc. methods will clear a user previously set with set_user instead of doing nothing.
  * Avoid sharing settings between tests in pytest plugin
  * Fix middleware settings name used
- Enable tests
Version: 1.9.2-bp150.2.4
* Thu Dec 14 2017 tchvatal@suse.com
- Update to 1.9.2:
  * silence warnings about is_authenticated on 1.11
  * include correct hostname (testserver) when using set_cookie
* Thu Dec 14 2017 tchvatal@suse.com
- Cleanup a bit to match all the singlespec requirements
* Thu Apr 06 2017 rjschwei@suse.com
- Initial build
  + Version 1.9.1