django-jsonform
django-jsonform copied to clipboard
Allow passing the file upload handler alongwith schema
Currently only one handler can be specified in the settings. This pattern poses problems if a third party app also has a handler.
Passing an upload handler function to the JSONField or the widget will allow different apps or models to use different upload handler functions.