Changelog for
python312-pytest-djangoapp-1.2.0-13.12.noarch.rpm :
* Tue Jul 23 2024 Steve Kowalik
- Add missing BuildRequires on timezone.- Switch to pyproject macros.- No more greedy globs in %files.
* Mon Jul 24 2023 Dirk Müller - 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 2022 Steve Kowalik - Remove unneeded {Build,}Requires on python-mock.
* Mon Jan 10 2022 Matej Cepl - Update to 0.15.2: - Ignore temporary attributes from project settings module (see gh#idlesign/pytest-djangoapp#21).- Add django_4.patch making the package compatible with Django 4.
* (gh#idlesign/pytest-djangoapp#23).
* Thu May 13 2021 Markéta Machová - Update to 0.15.1
* Fixture \'request_client\' now accepts \'json\' argument to encode post data.
* Made Django 3.2 compatible.
* Mon May 04 2020 John Vandenberg - Initial spec for v0.14.0