Path to this page:
Subject: CVS commit: pkgsrc/www/py-test-django
From: Adam Ciarcinski
Date: 2025-02-10 17:29:37
Message id: 20250210162937.8EAC5FBE0@cvs.NetBSD.org
Log Message:
py-test-django: updated to 4.10.0
v4.10.0 (2025-02-10)
Compatibility
* Added official support for Python 3.13.
Improvements
* Added ``using`` argument to :fixture:`django_assert_num_queries` and
:fixture:`django_assert_max_num_queries` to easily specify the database
alias to use.
Bugfixes
* Fixed lock/unlock of db breaks if pytest is executed twice in the same process.
Files: