Skip to content

Commit 1157a7c

Browse files
committed
Release 4.9.0
1 parent 089843c commit 1157a7c

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

docs/changelog.rst

+29
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,35 @@
11
Changelog
22
=========
33

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+
433
v4.8.0 (2024-01-30)
534
-------------------
635

0 commit comments

Comments
 (0)