Re: post_add signal for non m2m

2011-10-06 Thread bino oetomo
On 10/06/2011 01:16 PM, bino oetomo wrote: Dear All .. I read https://docs.djangoproject.com/en/1.2/topics/signals/ Looks like there is no "post_add" signal can be catched by listener function. Please ignore my previous post. I found the solution here : http://www.chrisdpratt.com/2008/02/16/s

post_add signal for non m2m

2011-10-05 Thread bino oetomo
Dear All .. I read https://docs.djangoproject.com/en/1.2/topics/signals/ Looks like there is no "post_add" signal can be catched by listener function. Is that true ? I need to do some jobs each time a record is added to a model. This model is not m2m, it's just a parent or child of one-2-many