django-bootstrap5
django-bootstrap5 copied to clipboard
Bootstrap 5 for Django
Documentation is outdated, check parameters for bootstrap_field, bootstrap_form and bootstrap_formset.
Remove all references to Poetry, and replace with instructions for current development and packaging methods.
I'm using Material Design Bootstrap (MDB) and there is very stylish form field layout variant in use. If you would allow layout='outline' and the use the 'form-outline' class instead of...
I just started using django_bootstrap5 in my projects where I'm using Material Design Bootstrap (MDB). Unfortunately they use a different 'prefix' for (at least the event names). For example they...
Allow form and field definition to affect `bootstrap_form` and `bootstrap_field` parameters.
Reference: https://getbootstrap.com/docs/5.0/forms/form-control/#datalists
Reference: https://getbootstrap.com/docs/5.0/forms/checks-radios/#toggle-buttons
See: https://getbootstrap.com/docs/5.0/forms/input-group/
See: https://getbootstrap.com/docs/5.0/forms/layout/#auto-sizing
By moving the template names to class-level variables in the renderer class, it's easier for subclasses to just change the rendered template without having to reimplement the if/else logic in...