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

Unexpected keyword argument 'related_query_name' #31

Open
kolesnikova-tavi opened this issue Jun 26, 2015 · 3 comments
Open

Unexpected keyword argument 'related_query_name' #31

kolesnikova-tavi opened this issue Jun 26, 2015 · 3 comments

Comments

@kolesnikova-tavi
Copy link

Hello!
I have a problem when I use eav.register(MyModel):
TypeError: __init__() got an unexpected keyword argument 'related_query_name'

@marc2982
Copy link

I also just hit this.

@madEng84
Copy link
Contributor

madEng84 commented Jul 2, 2015

I fixed it in this fork: https://github.com/madEng84/django-eav

I think you are using Django<1.7, where related_query_name for generic relations was called related_name

@kolesnikova-tavi @marc2982

@kolesnikova-tavi
Copy link
Author

Yes, It is. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants