django-bootstrap4 v2.0.0 Release Notes

Release Date: 2020-06-01 // almost 4 years ago
    • ๐Ÿ‘‰ Use poetry (https://python-poetry.org/) for dependency management and packaging.
    • โฌ‡๏ธ Drop support for Python 3.5.
    • ๐Ÿ›  Fix form-check-{label,input} classes applied too broadly. These should only be applied to labels and inputs found underneath the enclosing widget div for radio and checkbox select, not on the whole document.
    • ๐Ÿ‘ Allow to display radio and checkbox elements inline using the form-check classes.