Anybody nows if django support capturing events on model admin widgets.....
I have a field, and when the users change it I want to make a query with that value and load to another field, but I do wanna wait to save method...
Is there any way besides writing my own widgets?
thanks
Example
Field: products on change load field price from the model price_list