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

Fix assertUniqueName throwing exception when using MultiWidget

Open Spawin opened this issue 1 year ago • 0 comments

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? ):

  • Fix for MultiWidget
  • Respect conditions for checkboxes and radios
  • Run all tests

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

Spawin avatar Jul 08 '24 02:07 Spawin