问题
I want to get the related object references and I want to use a custom manager.
Is there something outside? How I can use a custom manager to get these objects?
b.entry_set.all()
E.g
b.custom_manager.entry_set.all()
b.entry_custom_manager_set.all()
回答1:
It looks like a ticket is still open for this feature https://code.djangoproject.com/ticket/3871
来源:https://stackoverflow.com/questions/16301532/related-objects-reference-with-custom-manager