On Tue, 22 Sep 2009 19:10:19 -0700 (PDT), Stephen Sundell
wrote:
> Is there a reason not to have a signal before and after creating an
> entry into a ManyToMany table. I have a piece of code i need to call
> when this relationship is created. I don't know of any signal that
> exists already, s
Is there a reason not to have a signal before and after creating an
entry into a ManyToMany table. I have a piece of code i need to call
when this relationship is created. I don't know of any signal that
exists already, so I created my own. Thought it might be an
interesting feature to add, unl