All Versions
43
Latest Version
2.0
Avg Release Cycle
130 days
Latest Release
-

Changelog History
Page 2

  • v1.9.0 Changes

    February 28, 2020
    • โœ‚ Removed support for Python 2.
    • โœ‚ Removed support for Django versions prior to 2.2.
    • 0๏ธโƒฃ 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.

  • v1.8.1 Changes

    November 22, 2019
    • ๐Ÿ›  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

    ๐Ÿ‘€ See the 1.8.1 Milestone for the full change list.

  • v1.8.0 Changes

    October 17, 2019
    • โšก๏ธ Updated compatibility for Django 1.11, 2.1, 2.2 and 3.0 in line with Django's supported versions policy.
    • Numerous improvements to the Bootstrap 4 template pack, which may now be considered mature.

    Here are some changes that might affect custom templating you already have in place when using Bootstrap 4 :

    * Using [Custom Forms for radio and checkbox](https://www.w3schools.com/bootstrap4/bootstrap_forms_custom.asp).
      You may disable this by setting  `FormHelper.use_custom_control = False`.
    * Using [Bootstrap 4 `"form-row"` class in place of `"row"`](https://getbootstrap.com/docs/4.3/components/forms/#form-row).
    * Fixing [layout hierarchy between input and its label for checkbox and radio](https://getbootstrap.com/docs/4.0/components/forms/#checkboxes-and-radios).
    

    Links are to the relevant Bootstap 4 docs.

    ๐Ÿ‘€ See the 1.8.0 Milestone for the full change list.

    ๐Ÿš€ Many thanks to all involved in bringing together a great release!

  • v1.7.2 Changes

    March 09, 2018
    • ๐Ÿ›  Bugfixes following v1.7.1

    ๐Ÿ‘€ See 1.7.1 Milestone for full issue list.

  • v1.7.1 Changes

    March 05, 2018
    • Bootstrap 4 template pack.

    ๐Ÿ‘€ See 1.7.1 Milestone
    for full issue list.

  • v1.7.0 Changes

    October 17, 2017
    • ๐Ÿ›  Fixes compatibility with Django 2.0
    • ๐Ÿ›  Various other fixes.

    ๐Ÿ‘€ See 1.7 Milestone for full issue list.

  • v1.6.1 Changes

    October 17, 2016
    • 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 Changes

    January 07, 2016
    • Fixed compatibility with Django 1.9
    • Dropped support for Django 1.7
    • Added Bootstrap 4 template pack
    • Other small fixes.

    ๐Ÿ‘€ See 1.6.0 Milestone for full issue list.

  • v1.5.2 Changes

    September 10, 2015
    • Fix: KeyError: u'wrapper_class' when clearing template context. #511, #512
    • Fix: Alignment of stacked checkboxes and radio buttons in Bootstrap 3 #358

    ๐Ÿ‘€ See 1.5.2 Milestone for full issue list.

  • v1.5.1 Changes

    August 21, 2015

    ๐Ÿš€ Special thanks in this release to Dmitry Dygalo @Stranger6667 for a marathon effort updating the โœ… test suite and code base.

    • Switched to py.test. Modernised test suite. Enabled tox, code coverage and Travis for all supported Python/Django versions. See list of Merged "Testing/Process" PRs here
    • Added compatibility with Python 3.2
    • Fix: Allow LayoutObject & BaseInputs to accept custom template #493