An alternate way to have Django DRY forms. The developer can build
programmatic reusable layouts out of components, having control of
the rendered HTML without writing HTML in templates, without breaking
the standard way of doing things in Django, so that it still works
with any other form application.
Provides
Requires
License
BSD-3-Clause
Changelog
* Wed Aug 09 2023 Dirk Müller <dmueller@suse.com>
- update to 0.8.1:
* Fix installing celery-batches with Celery 5.3.
* Support passing through the `request_dict` from the original
Celery request.
* Support Celery 5.3.
* Drop support for Celery < 5.0.
* Support Python 3.11.
* Drop support for Python 3.7.
* Thu Mar 30 2023 Dirk Müller <dmueller@suse.com>