File tree 1 file changed +22
-2
lines changed
1 file changed +22
-2
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
- Pending
5
- -------
4
+ v4.7.0 (2023-11-08)
5
+ -------------------
6
6
7
7
Compatibility
8
8
^^^^^^^^^^^^^
@@ -11,6 +11,26 @@ Compatibility
11
11
12
12
* Official Python 3.12 support.
13
13
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
+
14
34
v4.6.0 (2023-10-30)
15
35
-------------------
16
36
You can’t perform that action at this time.
0 commit comments