django-bootstrap5 icon indicating copy to clipboard operation
django-bootstrap5 copied to clipboard

Bootstrap 5 for Django

Results 77 django-bootstrap5 issues
Sort by recently updated
recently updated
newest added

Documentation is outdated, check parameters for bootstrap_field, bootstrap_form and bootstrap_formset.

documentation

Remove all references to Poetry, and replace with instructions for current development and packaging methods.

documentation

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...

enhancement
help wanted

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...

enhancement
help wanted

Allow form and field definition to affect `bootstrap_form` and `bootstrap_field` parameters.

enhancement

Reference: https://getbootstrap.com/docs/5.0/forms/form-control/#datalists

enhancement

Reference: https://getbootstrap.com/docs/5.0/forms/checks-radios/#toggle-buttons

enhancement

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...