Re: Fully Polymorphic Django Models: a simple implementation

2010-01-22 Thread rvdrijst
Wow, amazing job! This addresses the big disappointment I felt when I found out django Model Inheritance didn't do this by default. I used some ugly workarounds to make it happen and this seems like the perfect solution. Main problem is that it requires django 1.1, I'm working with trunk/1.2, but

Re: Decisions needed on signals for add/remove/clear on many-to-many relations

2009-01-23 Thread rvdrijst
s will speed up inclusion of this feature into django. Regards, -Robin On Dec 21 2008, 6:26 am, Malcolm Tredinnick wrote: > On Fri, 2008-12-19 at 08:42 -0800, rvdrijst wrote: > > I know there has already been some discussion about addingsignalsto > > the ManyRelatedManager so that a

Decisions needed on signals for add/remove/clear on many-to-many relations

2008-12-19 Thread rvdrijst
I know there has already been some discussion about adding signals to the ManyRelatedManager so that add(), remove() and clear() on m2m relations emit signals. This functionality, [ORM-18] in the v1.1 roadmap, would complement the behavior of pre/post_save and pre/ post_delete very nicely and prov