File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change 11Changelog
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+
433v4.8.0 (2024-01-30)
534-------------------
635
You can’t perform that action at this time.
0 commit comments