File tree Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4- unreleased
5- ----------
4+ v4.5.0 (2021-12-01)
5+ -------------------
66
77Improvements
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+
1529Bugfixes
1630^^^^^^^^
1731
1832* Fix :fixture: `live_server ` when using an in-memory SQLite database.
1933
34+ * Fix typing of ``assertTemplateUsed `` and ``assertTemplateNotUsed ``.
35+
2036
2137v4.4.0 (2021-06-06)
2238-------------------
You can’t perform that action at this time.
0 commit comments