On perusal of the code, there is a callback each for added and removed,
but they're pre-set.
It would be simpler and more extensible to have these functions emit an
Event, and have widgets listen for these to do their own fixups.
This would also allow 3rd party widgets to partake.
--
Ticket URL: <https://code.djangoproject.com/ticket/28372>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
Comment (by Tim Graham):
Are you saying that the existing
[https://docs.djangoproject.com/en/dev/ref/contrib/admin/javascript
/#inline-form-events inline form events] are problematic? I'm not
completely clear what the issue is and what adjustments are needed.
--
Ticket URL: <https://code.djangoproject.com/ticket/28372#comment:1>
* status: new => closed
* resolution: => needsinfo
--
Ticket URL: <https://code.djangoproject.com/ticket/28372#comment:2>
Comment (by Curtis Maloney):
Besides being jQuery custom events, no. I didn't see them in my initial
perusal of the code.
--
Ticket URL: <https://code.djangoproject.com/ticket/28372#comment:3>