On Sunday, October 24, 2010, lucky <[email protected]> wrote: > Hi guys, > > Starting from django-1.2 it is impossible to override many methods in > custom model manager classes due changes in the implementation of the > RelatedManager and the ManyRelatedManager . These classes are define > methods `add`, `create`, `get_or_create`, `remove` and `clear` in a > such way that no parent (e.t. default manager) methods will invoked. > > This is looks like a desing bug. Are there any plans to fix it in the > 1.3 or document?
Well, the intention is to fix as many bugs as possible. Ticket #14471 has only been open a week or so, and hasn't gone through the normal triage process, but assuming the report is correct, it sounds like something that would be a high priority item to fix. Yous, Russ Magee %-) -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-developers?hl=en.
