Changelog¶
2.2.0 - 2025-01-16¶
Add default fieldset containing all fields if no fieldsets are defined
2.1.0 - 2025-01-16¶
Add columns support for fieldsets
2.0.0 - 2025-01-15¶
Add
defer_init_tapeformsto control the tapeforms initialization timeMove code of tapeforms initialization to a separate method for better customization
Remove BootstrapTapeformMixin class alias
1.2.0 - 2023-02-25¶
Replace removed ‘.form-row’ by grid system in Bootstrap v5 multiple widgets
Add ‘.is-invalid’ to multiple widget container in Bootstrap mixins to display the ‘.invalid-feedback’ elements
Drop “official” support for Python < 3.8, add support for Django 4.1
1.1.0 - 2021-09-13¶
Rename Bootstrap mixin to
Bootstrap4TapeformMixin, an alias is kept for backward compatibility but it will be deprecated and removed at some timeRemove ‘small’ CSS class from the help text in Boostrap mixin
Use ‘form-field-’ as prefix for container CSS class instead of the value returned by
get_field_container_css_classAdd a new
Bootstrap5TapeformMixinmixin for Bootstrap v5Add ‘form-group’ CSS class to checkbox container in Bootstrap mixin
1.0.1 - 2021-04-28¶
Add support for Django 3
1.0.0 - 2021-03-15¶
Add support for Python 3.7 and 3.8
Remove support for Django 2.0 and 2.1
Fix duplicated class issue in bootstrap template
0.2.1 - 2019-02-06¶
Change the way extra options are applied to invalid widgets
0.2.0 - 2018-12-12¶
Add support for Foundation flavored forms
Improve support for applying css classes to invalid fields
0.1.1 - 2018-08-27¶
Fix styling of invalid inputs in Bootstrap forms by adding the correct css class
0.1.0 - 2018-08-17¶
Add
as_tapeformmethod to Forms to render forms without the need to call theformtemplate tagAdd hook to update widget options
apply_widget_optionsDateInput, TimeInput and SplitDateTimeWidget get a proper input type to activate Browser’s datepicker.
Fix invalid help text display if html tags are part of the help text
0.0.4 - 2018-03-22¶
Bugfix release (invalid template path)
0.0.3 - 2018-03-22¶
Improved Bootstrap 4 support
0.0.2 - 2018-03-11¶
Allow ModelForms in form template tag.
0.0.1 - 2018-02-27¶
Initial release of django-tapeforms