Re: ManyRelatedManager signals

2009-09-23 Thread Andy McKay
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

ManyRelatedManager signals

2009-09-22 Thread Stephen Sundell
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