django-bootstrap4 v1.0.0 Release Notes

Release Date: 2019-08-30 // over 4 years ago
    • 0️⃣ Set default class for buttons to btn-primary (#150.
    • ⬇️ Drop support for Python 2 and Django 1.11, 2.0 and 2.1 (#155).
    • Template tag bootstrap_field now allows 3 values for show_label: True, False, sr-only and skip\. In the case of False / sr-only the label is hidden but present for screen readers. When show_label is set to skip, the label is not generated at all.
    • 🛠 Fix validation on input groups (#122).
    • No longer duplicate jquery in bootstrap4.html (#139, #140).
    • Apply form-check, form-check-label and form-check-input classes to appropriate tags for RadioSelect and CheckboxSelectMultiple widgets (#141).
    • Errors on file inputs are shown (#146).
    • Only display non-field errors in form alert block (#161).
    • Reinstate bootstrap4_title block to bootstrap4.html (#156).
    • 🛠 Fix typo in alert-dismissible class (#142).
    • Honor the form_group_class parameter in the buttons tag (#162).