1
0

17 Commits

Author SHA256 Message Date
078758e87f 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
fbd6eb0c26 - 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
8146cfb497 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
John Vandenberg
56425832b8 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
John Vandenberg
ebea2d48e8 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
1ab4ca4334 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
Tomáš Chvátal
027d462e45 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
a7b5bfcfbf - 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
Tomáš Chvátal
721960f57d - 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
Tomáš Chvátal
9140a58bf6 - 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
Tomáš Chvátal
d6311b7cc0 - 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
Tomáš Chvátal
b674c6c2e5 - 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
Tomáš Chvátal
00e37bff53 - 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
Tomáš Chvátal
f715845c75 - 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
5587c5399d 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
Tomáš Chvátal
5ccd781cb7 - 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
f892cda90f 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