Commit 1157a7c 1 parent 089843c commit 1157a7c Copy full SHA for 1157a7c
File tree 1 file changed +29
-0
lines changed
1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ v4.9.0 (2024-09-02)
5
+ -------------------
6
+
7
+ Compatibility
8
+ ^^^^^^^^^^^^^
9
+
10
+ * Added official support for Django 5.1.
11
+ * Dropped support for Django 3.2 and 4.1.
12
+
13
+ Improvements
14
+ ^^^^^^^^^^^^
15
+
16
+ * Respect the ``string_if_invalid `` template setting when
17
+ ``--fail-on-template-vars `` is active and
18
+ :func: `@pytest.mark.ignore_template_errors <pytest.mark.ignore_template_errors> `
19
+ is used.
20
+
21
+ * Avoid running database migrations for :class: `~django.test.SimpleTestCase `
22
+ unittest tests.
23
+
24
+ * Added docstrings to public fixtures.
25
+
26
+ Bugfixes
27
+ ^^^^^^^^
28
+
29
+ * Fix type hints for ``pytest_django.asserts.assertFormError() `` and
30
+ ``pytest_django.asserts.assertForSetError() ``.
31
+
32
+
4
33
v4.8.0 (2024-01-30)
5
34
-------------------
6
35
You can’t perform that action at this time.
0 commit comments