-
Notifications
You must be signed in to change notification settings - Fork 98
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
Some erros in Django 1.7 #44
Comments
Also getting this error - any solutions? |
No yet. No updates |
Can you post a stack trace? |
I also have the same error. :S |
I am having the same issue. So far i figured that it has something to do with the relationship handler in views.py since one can't use add, create. |
I would bet that the problem is caused by an update in the many to many relationship in Django 1.7. |
Cannot use add() on a ManyToManyField which specifies an intermediary model. Use relationships.Relationship's Manager instead.
What this mean?
The text was updated successfully, but these errors were encountered: