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?

-- 
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.

Reply via email to