Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed #3871 -- Custom managers when traversing reverse relations. #1630

Closed
wants to merge 1 commit into from

Conversation

loic
Copy link
Member

@loic loic commented Sep 14, 2013

No description provided.

def get_queryset(self):
try:
return self.instance._prefetched_objects_cache[rel_field.related_query_name()]
except (AttributeError, KeyError):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

comments in this method would be helpful

edit: I see you just moved the method.

@loic
Copy link
Member Author

loic commented Sep 18, 2013

Renamed the kwarg from use_manager to just manager.

@akaariai
Copy link
Member

Merged in 04a2a6b

@akaariai akaariai closed this Sep 25, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants