Accepting request 892682 from home:mcalabkova:branches:devel:languages:python:pytest

- Update to 0.15.1
  * Fixture 'request_client' now accepts 'json' argument to encode post data.
  * Made Django 3.2 compatible.

OBS-URL: https://build.opensuse.org/request/show/892682
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-djangoapp?expand=0&rev=3
This commit is contained in:
2021-05-13 12:26:39 +00:00
committed by Git OBS Bridge
parent f8a746c504
commit 1867e5d97d
4 changed files with 13 additions and 7 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu May 13 12:20:59 UTC 2021 - Markéta Machová <mmachova@suse.com>
- Update to 0.15.1
* Fixture 'request_client' now accepts 'json' argument to encode post data.
* Made Django 3.2 compatible.
-------------------------------------------------------------------
Mon May 4 01:14:24 AM UTC 2020 - John Vandenberg <jayvdb@gmail.com>