We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6200f8 commit 97441f1Copy full SHA for 97441f1
docs/changelog.rst
@@ -3,17 +3,20 @@ Changelog
3
4
This page details the changes in the various ``django-formtools`` releases.
5
6
-2.4 (unreleased)
+2.4 (2022-09-28)
7
----------------
8
9
- Updated translations from Transifex.
10
11
-- Dropped testing for Django 3.1.
12
-
13
- Any kwarg passed to ``render_goto_step()`` is passed over to ``render``.
14
+- ``WizardView`` is using ``get_form_list()`` instead of directly accessing
+ ``form_list`` (#168).
15
+
16
- Added Python 3.10 to test matrix.
17
18
+- Dropped testing for Django 3.1.
19
20
- Confirmed support for Django 4.0 and 4.1.
21
22
2.3 (2021-04-18)
0 commit comments