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

Fix model subclass ___ selector for abstract/proxy models #37

Open
vdboor opened this issue May 25, 2013 · 1 comment
Open

Fix model subclass ___ selector for abstract/proxy models #37

vdboor opened this issue May 25, 2013 · 1 comment

Comments

@vdboor
Copy link
Collaborator

vdboor commented May 25, 2013

As discovered in django-fluent/django-fluent-pages#25, django-polymorphic has a bug in translate_polymorphic_field_path with traversing abstract/proxy models. Reporting this issue here as reminder for ourselves (and anyone with time to look into it before we do ;)

@mrmachine
Copy link
Contributor

It would be great to be able to filter child models via proxy models. I want to add some extra queryset methods to a proxy model, but it seems that won't be possible as it stands.

vdboor added a commit that referenced this issue Jul 11, 2019
…ct-proxy-models

#37: Fix model subclass ___ selector for abstract/proxy models
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants