Skip to content

Commit a920a7f

Browse files
committed
Release 4.5.0
1 parent a3b327d commit a920a7f

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

docs/changelog.rst

+18-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Changelog
22
=========
33

4-
unreleased
5-
----------
4+
v4.5.0 (2021-12-01)
5+
-------------------
66

77
Improvements
88
^^^^^^^^^^^^
@@ -12,11 +12,27 @@ Improvements
1212
has a new ``serialized_rollback`` option, and a
1313
:fixture:`django_db_serialized_rollback` fixture is added.
1414

15+
* Official Python 3.10 support.
16+
17+
* Official Django 4.0 support (tested against 4.0rc1 at the time of release).
18+
19+
* Drop official Django 3.0 support. Django 2.2 is still supported, and 3.0
20+
will likely keep working until 2.2 is dropped, but it's not tested.
21+
22+
* Added pyproject.toml file.
23+
24+
* Skip Django's `setUpTestData` mechanism in pytest-django tests. It is not
25+
used for those, and interferes with some planned features. Note that this
26+
does not affect ``setUpTestData`` in unittest tests (test classes which
27+
inherit from Django's `TestCase`).
28+
1529
Bugfixes
1630
^^^^^^^^
1731

1832
* Fix :fixture:`live_server` when using an in-memory SQLite database.
1933

34+
* Fix typing of ``assertTemplateUsed`` and ``assertTemplateNotUsed``.
35+
2036

2137
v4.4.0 (2021-06-06)
2238
-------------------

0 commit comments

Comments
 (0)