Link to related objects with a custom manager

I want to get related object references, and I want to use a custom manager.

Is there something outside? How can I use a user manager to get these objects?

b.entry_set.all() 

For instance,

 b.custom_manager.entry_set.all() b.entry_custom_manager_set.all() 
+4
source share
1 answer

It looks like the ticket is still open for this feature https://code.djangoproject.com/ticket/3871

+2
source

All Articles