-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
Method value_from_datadict(self, data, files, name) in widgets.py has hardcoded image field name:
uploaded_file = UploadedFile.objects.get(id=data.get('image'))
It works with example but when you specify other name like:
widgets = {
'picture': CicuUploderInput(options=cicuOptions)
}
it breaks.
Metadata
Metadata
Assignees
Labels
No labels