Changelog for
python311-django-formtools-2.4.1-1.4.noarch.rpm :
* Sun May 21 2023 Dirk Müller
- update to 2.4.1:
* Fixed a regression causing a recursion error when getting ``get_form_list()`` from a form condition (#220).
* Removed Python 3.6 support and added Python 3.11 to test matrix.
* Dropped testing for Django < 3.2 and confirmed support for Django 4.2.
* Fri Jan 06 2023 Dirk Müller - update to 2.4:
* Updated translations from Transifex.
* Any kwarg passed to ``render_goto_step()`` is passed over to ``render``.
* ``WizardView`` is using ``get_form_list()`` instead of directly accessing ``form_list`` (#168).
* Added Python 3.10 to test matrix.
* Dropped testing for Django 3.1.
* Confirmed support for Django 4.0 and 4.1.
* Fri Jan 07 2022 John Vandenberg - Skip Tumbleweed Python 3.6 incompatible with Django 4
* Sun Dec 26 2021 John Vandenberg - Updated URL to be https://github.com/jazzband/django-formtools- Remove unneeded BuildRequires isort- Update to v2.3
* Dropped testing for Django 1.11, 2.0 and 2.1.
* Added support for Django 3.1 and Python 3.9.
* Added support for Django 3.2 and 4.0.
* Dropped support for Django 3.0.
* Dropped support for Python 3.5.
* Tue Jan 07 2020 Tomáš Chvátal - Update to 2.2:
* Dropped testing for Django 1.8, 1.9, 1.10.
* Dropped support for Python 2.
* Added support for Django 2.1, 2.2, 3.0, and Python 3.7.
* Updated translations from Transifex.- Remove merged patch django-21.patch
* Mon Dec 09 2019 Matej Cepl - Remove useless pysqlite dependency. If explicit sqlite3 dependency is required (perhaps in some SLE branch), please, just add BR for the full python/python3 package.
* Tue Sep 04 2018 comurphyAATTsuse.com- Add pysqlite dependency
* Wed Aug 08 2018 tchvatalAATTsuse.com- Format with spec-cleaner- Add patch for django 2.1:
* django-21.patch
* Thu Mar 01 2018 toddrme2178AATTgmail.com- Update to version 2.1
* Added testing for Django 1.11 (no code changes were required).
* Added support for Django 2.0.
* Dropped testing for Python 3.3 (now end-of-life) on Django 1.8.- Fix unit tests- Implement singlespec version
* Wed Jun 14 2017 aplanasAATTsuse.com- Initial package