Package Release Info

python-django-crispy-forms-1.11.2-bp155.2.12

Update Info: Base Release
Available in Package Hub : 15 SP5

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python3-django-crispy-forms

Change Logs

* Tue Jun 09 2020 Ondřej Súkup <mimi.vx@gmail.com>
- Update to 1.9.1
  * Added Bootstrap 4 styling for clearable file widget.
  * Fixed FileField UI bug
  * Project now uses GitHub actions for testing
* Mon Mar 02 2020 Tomáš Chvátal <tchvatal@suse.com>
- 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'.
* Tue Jan 07 2020 Tomáš Chvátal <tchvatal@suse.com>
- 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
* Wed Oct 30 2019 Tomáš Chvátal <tchvatal@suse.com>
- 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
* Mon Sep 16 2019 Tomáš Chvátal <tchvatal@suse.com>
- Test only with pytest 3, newer releases not compatible
* Fri May 31 2019 Tomáš Chvátal <tchvatal@suse.com>
- Fix old leap build
Version: 1.11.2-bp154.1.31
* Wed May 12 2021 Markéta Machová <mmachova@suse.com>
- 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
* Sat Sep 05 2020 Matthias Fehring <buschmann23@opensuse.org>
- Update to 1.9.2
  * Fixed FileField UI bug
- Remove test suite from runtime installation
- Fix test suite execution
* Tue Jun 09 2020 Ond?ej Súkup <mimi.vx@gmail.com>
- Update to 1.9.1
  * Added Bootstrap 4 styling for clearable file widget.
  * Fixed FileField UI bug
  * Project now uses GitHub actions for testing