WS-maintained Django 4.2 compatible fork of django-betterforms
ws-django-betterforms builds on the built-in django forms and provides Django 4.2 LTS compatibility.
This is a WheelSize-maintained fork of the original django-betterforms package by Fusionbox, updated to support Django 3.2-4.2 LTS and Python 3.9-3.12.
Key Features: - Django 4.2 LTS compatibility - Python 3.9-3.12 support - MultiForm and MultiModelForm classes - Improved form handling for complex forms - Zero breaking changes from original API
Original Project: https://github.com/fusionbox/django-betterforms
Install the package:
$ pip install ws-django-betterforms
Add
betterformsto yourINSTALLED_APPS.