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()
It looks like a ticket is still open for this feature https://code.djangoproject.com/ticket/3871