django-jsonform
django-jsonform copied to clipboard
Allow sending extra arguments to ajax handler endpoints
This would allow for sending unique identifiers to the handler so that the handler can be used for multiple fields.
Two ways to do this:
- By introducing a new keyword
- Or by adding querystring directly to the handler url