Skip to content

Releases: django-crispy-forms/django-crispy-forms

Version 1.9.2

11 Jul 19:18
d5bcb88
Compare
Choose a tag to compare

1.9.2 (2020-07-11)

  • Fixed FileField UI bug

See the 1.9.2 Milestone for the full change list.

Version 1.9.1

16 May 06:16
5a3bdad
Compare
Choose a tag to compare

1.9.1 (2020-05-16)

  • Added Bootstrap 4 styling for clearable file widget.
  • Fixed FileField UI bug.
  • Project now uses GitHub actions for testing.

See the 1.9.1 Milestone for the full change list.

Version 1.9.0

28 Feb 21:34
1f74efe
Compare
Choose a tag to compare
  • 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'. Default is now over ridden when another 'col' class is added to css_class.

See the 1.9.0 Milestone for the full change list.

Version 1.8.1

22 Nov 14:22
baf9439
Compare
Choose a tag to compare

1.8.1 (2019-11-22)

  • 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
  • Documentation : using read-the-docs template, documenting how to run test suite, documenting use_custom_control help attributes

Version 1.8.0

17 Oct 15:29
Compare
Choose a tag to compare

1.8.0 (2019-10-17)

See the 1.8.0 Milestone for the full change list.

Version 1.7.2

09 Mar 14:48
Compare
Choose a tag to compare
  • Bugfixes following v1.7.1

See 1.7.1 Milestone for full issue list.

Version 1.7.1

05 Mar 20:12
0273fe1
Compare
Choose a tag to compare
  • Bootstrap 4 template pack.

See 1.7.1 Milestone
for full issue list.

Version 1.7.0

17 Oct 14:18
Compare
Choose a tag to compare
  • Fixes compatibility with Django 2.0
  • Various other fixes.

See 1.7 Milestone for full issue list.

Version 1.6.1

17 Oct 10:05
Compare
Choose a tag to compare
  • Updates compatibility for Django 1.10
  • A number of small Bootstrap 4 fixes.

See 1.6.1 Milestone
for full issue list.

v1.6.0

07 Jan 20:20
Compare
Choose a tag to compare

Adds Bootstrap 4 template pack. Improves compatibility with Django 1.9. Other small fixes.

Full changes: 1.5.2...1.6.0

Recommended.