Update python-pytest-django to version 4.11.1 / rev 20 via SR 1276724
https://build.opensuse.org/request/show/1276724
by user StevenK + anag_factory
- Update to 4.11.1:
* Compatibility
+ Added official support for Django 5.2.
+ Added official support for Python 3.13.
+ Added official support for Django 5.1.
+ Dropped support for Django 3.2 and 4.1.
+ Official Django 5.0 support.
+ Official Python 3.12 support.
+ Drop support for Python version 3.5, 3.6 & 3.7.
+ Drop official support for Django 4.0 and 2.2
+ Drop support for pytest < 7.
* Improvements
+ Added using argument to django_assert_num_queries and
django_assert_max_num_queries to easily specify the database alias to
use.
+ Respect the string_if_invalid template setting when
--fail-on-template-vars is active and
pytest.mark.ignore_template_errors is used.
+ Avoid running database migrations for django.tes