1f7711a98d
Accepting request 1328628 from devel:languages:python:django
...
- update to 2.5:
* Confirmed support for Python 3.14.
* Confirmed support for Django 6.0.
* Dropped support for Python 3.8.
OBS-URL: https://build.opensuse.org/request/show/1328628
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-django-crispy-forms?expand=0&rev=18
2026-01-22 14:18:14 +00:00
6d0ee8d851
- update to 2.5:
...
* Confirmed support for Python 3.14.
* Confirmed support for Django 6.0.
* Dropped support for Python 3.8.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-crispy-forms?expand=0&rev=36
2026-01-22 08:46:26 +00:00
824bf49ab5
Accepting request 1269484 from devel:languages:python:django
...
- update to 2.4:
* ## 2.4 (2025-04-13)
* Added support for Python 3.13.
* Confirmed support for Django 5.2.
OBS-URL: https://build.opensuse.org/request/show/1269484
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-django-crispy-forms?expand=0&rev=17
2025-04-15 14:47:23 +00:00
beee538015
- update to 2.4:
...
* ## 2.4 (2025-04-13)
* Added support for Python 3.13.
* Confirmed support for Django 5.2.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-crispy-forms?expand=0&rev=34
2025-04-15 08:23:16 +00:00
74e37922ad
Accepting request 1221616 from devel:languages:python:django
...
OBS-URL: https://build.opensuse.org/request/show/1221616
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-django-crispy-forms?expand=0&rev=16
2024-11-06 15:52:23 +00:00
cb630399b1
Accepting request 1221582 from home:mcalabkova:branches:devel:languages:python:django
...
- update to 2.3
* Added support for Django 5.1.
* Allowed pass through of context when rendering a Fieldset layout object.
* Fixed unexpected addition the 'active' css_class to AccordionGroup
OBS-URL: https://build.opensuse.org/request/show/1221582
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-crispy-forms?expand=0&rev=32
2024-11-05 21:50:49 +00:00
80833f9991
Accepting request 1144826 from devel:languages:python:django
...
OBS-URL: https://build.opensuse.org/request/show/1144826
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-django-crispy-forms?expand=0&rev=15
2024-02-07 17:50:16 +00:00
153973ad16
Accepting request 1144560 from home:kairu:branches:devel:languages:python:django
...
- Switch to Python 3.11 build.
OBS-URL: https://build.opensuse.org/request/show/1144560
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-crispy-forms?expand=0&rev=30
2024-02-07 08:42:26 +00:00
94d5cd7026
Accepting request 1128727 from devel:languages:python:django
...
- update to 2.1:
* Added support for Django 5.0.
* Dropped support for Django 3.2, 4.0 and 4.1.
* Added support for Python 3.12.
* Dropped support for Python 3.7.
* See the 2.1 Milestone for the full change
* Removed uni-form template pack. Uni-Form specific classes previously added to every template pack
* Radio and Checkbox now respect the field's disabled attribute when using the
OBS-URL: https://build.opensuse.org/request/show/1128727
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-django-crispy-forms?expand=0&rev=14
2023-11-26 18:37:03 +00:00
d56edea796
- update to 2.1:
...
* Added support for Django 5.0.
* Dropped support for Django 3.2, 4.0 and 4.1.
* Added support for Python 3.12.
* Dropped support for Python 3.7.
* See the 2.1 Milestone for the full change
* Removed uni-form template pack. Uni-Form specific classes previously added to every template pack
* Radio and Checkbox now respect the field's disabled attribute when using the
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-crispy-forms?expand=0&rev=28
2023-11-25 12:59:47 +00:00
be59756f35
Accepting request 1099525 from devel:languages:python:django
...
Forwarded request #1099205 from mcalabkova
- Update to v2.0
* Removed all Bootstrap template packs. These template packs are now available as standalone packages.
To upgrade, install the required template pack and add it to your INSTALLED_APPS setting.
* See python-crispy-bootstrap3, python-crispy-bootstrap4 and python-crispy-bootstrap5
* Removed uni-form template pack. Uni-Form specific classes previously added to every template pack
e.g. textInput are now removed.
* The form_style attribute of FormHelper is removed.
* The form_style positional argument to render_field() is removed.
* The form_style positional argument to the render() method of all LayoutObjects is removed.
* Widespread use of the |safe in crispy-form templates is removed. Audit for html input in your forms
especially for Field and Prepended/Appended text. To retain the previous behaviour mark text as safe
in your project code using mark_safe().
* Dropped support for Django 2.2.
* Added support for Django 4.1 and 4.2.
* Added support for Python 3.11.
* More changes, see https://github.com/django-crispy-forms/django-crispy-forms/releases
- Convert to multibuild because of the template packs
OBS-URL: https://build.opensuse.org/request/show/1099525
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-django-crispy-forms?expand=0&rev=13
2023-07-25 09:49:52 +00:00
6df8379995
Accepting request 1099205 from home:mcalabkova:branches:devel:languages:python
...
- Update to v2.0
* Removed all Bootstrap template packs. These template packs are now available as standalone packages.
To upgrade, install the required template pack and add it to your INSTALLED_APPS setting.
* See python-crispy-bootstrap3, python-crispy-bootstrap4 and python-crispy-bootstrap5
* Removed uni-form template pack. Uni-Form specific classes previously added to every template pack
e.g. textInput are now removed.
* The form_style attribute of FormHelper is removed.
* The form_style positional argument to render_field() is removed.
* The form_style positional argument to the render() method of all LayoutObjects is removed.
* Widespread use of the |safe in crispy-form templates is removed. Audit for html input in your forms
especially for Field and Prepended/Appended text. To retain the previous behaviour mark text as safe
in your project code using mark_safe().
* Dropped support for Django 2.2.
* Added support for Django 4.1 and 4.2.
* Added support for Python 3.11.
* More changes, see https://github.com/django-crispy-forms/django-crispy-forms/releases
- Convert to multibuild because of the template packs
OBS-URL: https://build.opensuse.org/request/show/1099205
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-crispy-forms?expand=0&rev=26
2023-07-19 13:34:32 +00:00
f06ac9484c
Accepting request 999133 from devel:languages:python:django
...
OBS-URL: https://build.opensuse.org/request/show/999133
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-django-crispy-forms?expand=0&rev=12
2022-08-25 13:09:03 +00:00
John Vandenberg
eccbc2f52c
Accepting request 999132 from home:jayvdb:branches:devel:languages:python:django
...
- Update to v1.14.0
OBS-URL: https://build.opensuse.org/request/show/999132
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-crispy-forms?expand=0&rev=24
2022-08-25 00:48:12 +00:00
7eb7f86f87
Accepting request 944967 from devel:languages:python:django
...
OBS-URL: https://build.opensuse.org/request/show/944967
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-django-crispy-forms?expand=0&rev=11
2022-01-09 21:50:11 +00:00
John Vandenberg
fd28906f04
Accepting request 944966 from home:jayvdb:branches:devel:languages:python:django
...
- Update to v1.13.0
* Added support for Django 4.0
- from v1.12.0...
OBS-URL: https://build.opensuse.org/request/show/944966
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-crispy-forms?expand=0&rev=23
2022-01-09 01:11:01 +00:00
73f145f3d5
Accepting request 892499 from devel:languages:python:django
...
OBS-URL: https://build.opensuse.org/request/show/892499
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-django-crispy-forms?expand=0&rev=10
2021-05-12 17:32:42 +00:00
e574321904
Accepting request 892496 from home:mcalabkova:branches:devel:languages:python:django
...
- Update to 1.11.2
* Fixed test causing SystemCheckError in some cases.
* Radio and Checkbox now respect the field's disabled attribute when using the
Bootstrap4 template pack.
* Implemeneted custom-select for Select widgets in the Bootstrap4 Template Pack
* Added custom-select for select widgets within prepended and appended fields
OBS-URL: https://build.opensuse.org/request/show/892496
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-crispy-forms?expand=0&rev=21
2021-05-12 12:56:40 +00:00
7e5f77980e
Accepting request 832479 from devel:languages:python:django
...
OBS-URL: https://build.opensuse.org/request/show/832479
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-django-crispy-forms?expand=0&rev=9
2020-09-05 22:04:01 +00:00
Tomáš Chvátal
91b1e7fc17
Accepting request 832478 from home:buschmann23:branches:devel:languages:python:django
...
- Update to 1.9.2
* Fixed FileField UI bug
- Remove test suite from runtime installation
- Fix test suite execution
OBS-URL: https://build.opensuse.org/request/show/832478
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-crispy-forms?expand=0&rev=19
2020-09-05 11:03:07 +00:00
0164f29254
Accepting request 812876 from devel:languages:python:django
...
- Update to 1.9.1
* Added Bootstrap 4 styling for clearable file widget.
* Fixed FileField UI bug
* Project now uses GitHub actions for testing
OBS-URL: https://build.opensuse.org/request/show/812876
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-django-crispy-forms?expand=0&rev=8
2020-06-09 22:51:01 +00:00
b05499b70e
- Update to 1.9.1
...
* Added Bootstrap 4 styling for clearable file widget.
* Fixed FileField UI bug
* Project now uses GitHub actions for testing
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-crispy-forms?expand=0&rev=17
2020-06-09 11:02:07 +00:00
1567ca12b8
Accepting request 791169 from devel:languages:python:django
...
- Update to 1.9.0:
* Removed support for Python 2.
* Removed support for Django versions prior to 2.2.
* CSS for Column layout object in Bootstrap 4 template pack changed to 'col-md'.
OBS-URL: https://build.opensuse.org/request/show/791169
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-django-crispy-forms?expand=0&rev=7
2020-04-04 10:26:30 +00:00
Tomáš Chvátal
d2268f832b
- Update to 1.9.0:
...
* Removed support for Python 2.
* Removed support for Django versions prior to 2.2.
* CSS for Column layout object in Bootstrap 4 template pack changed to 'col-md'.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-crispy-forms?expand=0&rev=15
2020-04-03 10:51:34 +00:00
6540325306
Accepting request 761489 from devel:languages:python:django
...
- Update to 1.8.1:
* Fixing FileField UI bug introduced with 1.8.0
* Remove is-valid css class for radio (bug introduced with 1.8.0)
* Various alignment and margin fixes for Bootstrap 4 template pack
OBS-URL: https://build.opensuse.org/request/show/761489
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-django-crispy-forms?expand=0&rev=6
2020-01-07 22:54:27 +00:00
Tomáš Chvátal
202ecf61b5
- Update to 1.8.1:
...
* Fixing FileField UI bug introduced with 1.8.0
* Remove is-valid css class for radio (bug introduced with 1.8.0)
* Various alignment and margin fixes for Bootstrap 4 template pack
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-crispy-forms?expand=0&rev=13
2020-01-07 09:30:34 +00:00
6b4a574a44
Accepting request 744151 from devel:languages:python:django
...
- Update to 1.8.0:
* Update to support new django releases
* Numerous improvements to bootstrap4 template pack
- Remove patches:
* django-21.patch
* django-20.patch
OBS-URL: https://build.opensuse.org/request/show/744151
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-django-crispy-forms?expand=0&rev=5
2019-10-30 13:49:04 +00:00
Tomáš Chvátal
c270f3f1af
- Update to 1.8.0:
...
* Update to support new django releases
* Numerous improvements to bootstrap4 template pack
- Remove patches:
* django-21.patch
* django-20.patch
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-crispy-forms?expand=0&rev=11
2019-10-30 12:12:38 +00:00
cb07a6f69c
Accepting request 731305 from devel:languages:python:django
...
- Test only with pytest 3, newer releases not compatible
OBS-URL: https://build.opensuse.org/request/show/731305
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-django-crispy-forms?expand=0&rev=4
2019-09-17 11:39:14 +00:00
Tomáš Chvátal
fe65155950
- Test only with pytest 3, newer releases not compatible
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-crispy-forms?expand=0&rev=9
2019-09-16 14:10:56 +00:00
b121a2db50
Accepting request 707039 from devel:languages:python:django
...
- Fix old leap build
OBS-URL: https://build.opensuse.org/request/show/707039
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-django-crispy-forms?expand=0&rev=3
2019-06-03 16:54:32 +00:00
Tomáš Chvátal
479fc4f36f
- Fix old leap build
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-crispy-forms?expand=0&rev=7
2019-05-31 07:44:22 +00:00
f8f59be4f3
Accepting request 628271 from devel:languages:python:django
...
- Add patches to work with django 2.0 and 2.1 properly:
* django-20.patch
* django-21.patch
- Trim marketing from description.
OBS-URL: https://build.opensuse.org/request/show/628271
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-django-crispy-forms?expand=0&rev=2
2018-08-10 07:50:19 +00:00
Tomáš Chvátal
63bf0ebd4f
- Add patches to work with django 2.0 and 2.1 properly:
...
* django-20.patch
* django-21.patch
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-crispy-forms?expand=0&rev=5
2018-08-08 21:28:22 +00:00
Tomáš Chvátal
66dbc91366
Accepting request 628183 from home:jengelh:branches:devel:languages:python:django
...
- Trim marketing from description.
OBS-URL: https://build.opensuse.org/request/show/628183
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-crispy-forms?expand=0&rev=4
2018-08-08 16:59:49 +00:00
6cfb5c92bb
Accepting request 626894 from devel:languages:python:django
...
Used by weblate
OBS-URL: https://build.opensuse.org/request/show/626894
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-django-crispy-forms?expand=0&rev=1
2018-08-03 10:36:18 +00:00
Tomáš Chvátal
9a509ee441
- Version update to 1.7.2:
...
* Bootstrap4 fixes
* Small bugfixes around
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-crispy-forms?expand=0&rev=2
2018-08-01 12:19:14 +00:00
Tomáš Chvátal
4b3fbc5ffe
osc copypac from project:devel:languages:python:misc package:python-django-crispy-forms revision:1
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-crispy-forms?expand=0&rev=1
2018-08-01 12:16:14 +00:00