Re: ManyToMany Fields and signals

2008-01-20 Thread Vsevolod Solovyov
On Nov 15, 2007 4:41 AM, David Cramer <[EMAIL PROTECTED]> wrote: > Any chance of adding signals to ManyToMany fields? I want to raise the discussion up. There is a full-working patch [1] on the Django trac, including tests. There is a good feedback from Sean: > I'm using the patch quite a lot a

ManyToMany Fields and signals

2007-11-14 Thread David Cramer
Any chance of adding signals to ManyToMany fields? example usage: - I have a perm_cache -- that I'm pretty sure django.contrib.auth also has. - I have instance caching, or memcache that perm cache (or in our case, both). - I update that perm_cache, in the admin, and need to reset the perm cache(s