jrief / django-formset

The missing widgets and form manipulation library for Django
https://django-formset.fly.dev/
MIT License
317 stars 30 forks source link

How use this form data in ListView? #106

Closed Maniackaa closed 7 months ago

Maniackaa commented 7 months ago

Hello I don't understand how you can get data from the form and generate a queryset based on it. For example, for filtering. You can write any simple example?

forms.py urls.py views.py