django-superform icon indicating copy to clipboard operation
django-superform copied to clipboard

Add forms and formsets to other forms like they were fields.

Results 16 django-superform issues
Sort by recently updated
recently updated
newest added

It took me quite some time to find out I should use `{% bootstrap_form form.forms.my_inner_form %}` and `{% bootstrap_field form.forms.my_inner_form.my_inner_field %}`. Actual documentation talks about `form.composite_fields` a lot, but that's...

In theory `InlineFormSetField()` doesn't need any arguments if we can use the current's form model as the `parent_model` and the fieldname as the relation to the inline model.

This project would fit with the idea expressed in https://code.djangoproject.com/ticket/3706 Once this project gets to a rather stable state we should mention it in the django ticket.

- Also removes Travis reference - Badge to build status links to GitHub Actions

This issue tracks the implementation of the [Jazzband guidelines](https://jazzband.co/about/guidelines) for the project [django-superform](https://github.com/jazzband/django-superform) It was initiated by @gregmuellegger who was automatically assigned in addition to the [Jazzband roadies](https://jazzband.co/roadies). See the...

Is this project still being supported? if not, could you please add me as a collaborator? otherwise, i can fork this and create an updated version