File tree Expand file tree Collapse file tree 1 file changed +22
-2
lines changed Expand file tree Collapse file tree 1 file changed +22
-2
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4- Pending
5- -------
4+ v4.7.0 (2023-11-08)
5+ -------------------
66
77Compatibility
88^^^^^^^^^^^^^
@@ -11,6 +11,26 @@ Compatibility
1111
1212* Official Python 3.12 support.
1313
14+ Improvements
15+ ^^^^^^^^^^^^
16+
17+ * The Django test tags from the previous release now works on any
18+ :class: `~django.test.SimpleTestCase ` (i.e. any Django test framework test
19+ class), not just :class: `~django.test.TransactionTestCase ` classes.
20+
21+ * Some improvements for those of us who like to type their tests:
22+
23+ - Add ``pytest_django.DjangoAssertNumQueries `` for typing
24+ :fixture: `django_assert_num_queries ` and
25+ :fixture: `django_assert_max_num_queries `.
26+
27+ - Add ``pytest_django.DjangoCaptureOnCommitCallbacks `` for typing
28+ :fixture: `django_capture_on_commit_callbacks `.
29+
30+ - Add ``pytest_django.DjangoDbBlocker `` for typing
31+ :fixture: `django_db_blocker `.
32+
33+
1434v4.6.0 (2023-10-30)
1535-------------------
1636
You can’t perform that action at this time.
0 commit comments