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

Bump django-crispy-forms to 2.0 #38

Closed jams2 closed 9 months ago

jams2 commented 1 year ago

Changelog: https://github.com/django-crispy-forms/django-crispy-forms/blob/main/CHANGELOG.md#20a1-2023-01-18. I don't think the template pack changes affect us, so just review the other items.

Review https://github.com/django-crispy-forms/django-crispy-forms/issues/296 for background on removing the safe filter.

Suggest starting from Balazs's branch: https://github.com/torchbox/tbxforms/pull/28

We'll need to push our minimum supported Django version to 3.2 the current LTS release.


jams2 commented 1 year ago

Suggest pausing progress on this until https://github.com/torchbox/tbxforms/issues/41 is resolved.

kbayliss commented 1 year ago

With #41 now merged, work here can continue :)