- update to 1.2.0:

* Add 'liveserver' and 'liveclient' fixtures (closes #24).
  * Added 'command_makemigrations' fixture.
  * Added 'conf_app_name' fixture (see #17).
  * Fixture 'template_context' now accepts a username.
  * Dropped support for Django 1.7.
  * Dropped support for Py2. Py3.6+ specific syntax is
    introduced. Code update may be required.
  * Introduced new 'check_migrations' fixture.
- drop django_4.patch (upstream)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-djangoapp?expand=0&rev=8
This commit is contained in:
2023-07-24 18:56:04 +00:00
committed by Git OBS Bridge
parent 74cf7d811c
commit 3a37b1bbf0
5 changed files with 20 additions and 38 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon Jul 24 18:55:24 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 1.2.0:
* Add 'liveserver' and 'liveclient' fixtures (closes #24).
* Added 'command_makemigrations' fixture.
* Added 'conf_app_name' fixture (see #17).
* Fixture 'template_context' now accepts a username.
* Dropped support for Django 1.7.
* Dropped support for Py2. Py3.6+ specific syntax is
introduced. Code update may be required.
* Introduced new 'check_migrations' fixture.
- drop django_4.patch (upstream)
-------------------------------------------------------------------
Thu Mar 17 05:37:40 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>