File tree 1 file changed +18
-2
lines changed
1 file changed +18
-2
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
- unreleased
5
- ----------
4
+ v4.5.0 (2021-12-01)
5
+ -------------------
6
6
7
7
Improvements
8
8
^^^^^^^^^^^^
@@ -12,11 +12,27 @@ Improvements
12
12
has a new ``serialized_rollback `` option, and a
13
13
:fixture: `django_db_serialized_rollback ` fixture is added.
14
14
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
+
15
29
Bugfixes
16
30
^^^^^^^^
17
31
18
32
* Fix :fixture: `live_server ` when using an in-memory SQLite database.
19
33
34
+ * Fix typing of ``assertTemplateUsed `` and ``assertTemplateNotUsed ``.
35
+
20
36
21
37
v4.4.0 (2021-06-06)
22
38
-------------------
You can’t perform that action at this time.
0 commit comments