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

Fix assertUniqueName throwing exception when using MultiWidget #148

Open Spawin opened 2 months ago

Spawin commented 2 months ago

Here is a fix for the problem encountered here 61 (I encountered the same problem). I went through all the related discussions and considered all aspects (like here what assertUniqueName is supposed to be doing? ):

Note: I will make another PR for processing data from a MultiWidget itself.