We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 089843c commit 1157a7cCopy full SHA for 1157a7c
docs/changelog.rst
@@ -1,6 +1,35 @@
1
Changelog
2
=========
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
33
v4.8.0 (2024-01-30)
34
-------------------
35
0 commit comments