17
0

- 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-formtools?expand=0&rev=14
This commit is contained in:
2023-05-21 09:14:29 +00:00
committed by Git OBS Bridge
parent 33bad6ac4d
commit a5f4017700
4 changed files with 16 additions and 7 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sun May 21 09:13:47 UTC 2023 - Dirk Müller <dmueller@suse.com>
- 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 6 22:01:38 UTC 2023 - Dirk Müller <dmueller@suse.com>