issues
search
torchbox
/
tbxforms
A Torchbox-flavoured template pack for django-crispy-forms, adapted from crispy-forms-gds.
https://pypi.org/project/tbxforms/
BSD 2-Clause "Simplified" License
6
stars
5
forks
source link
Add Django 4.0 support
#2
Closed
jams2
closed
2 years ago
jams2
commented
2 years ago
Summary of changes:
replace
ugettext_lazy
calls with
gettext_lazy
;
add Wagtail as requirement; and
add fix for multiple rendering of MultiCheckbox/Radio widgets
Summary of changes:
ugettext_lazy
calls withgettext_lazy
;