Hi,

I've added a patch that provides functionality for selecting a custom
manager in a reverse relation , rather than the default manager. For
example:

         author = Author.objects.get(id=1)
         # Selects the manager 'foobar' of Post.
         mgr = author.post_set.managers("foobar")

https://code.djangoproject.com/ticket/3871

Would be great if someone could review it.

Vivek

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