Skip to content

Commit baaafd8

Browse files
committed
Update changelog
1 parent 16ee779 commit baaafd8

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

docs/changelog.rst

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Changelog
22
=========
33

4-
Pending
5-
-------
4+
v4.7.0 (2023-11-08)
5+
-------------------
66

77
Compatibility
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+
1434
v4.6.0 (2023-10-30)
1535
-------------------
1636

0 commit comments

Comments
 (0)