Sunday, May 27, 2012

Django Admin events

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

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/GkROi3vy-6oJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment