-
-
Notifications
You must be signed in to change notification settings - Fork 490
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
TypeError 'company_id' is an invalid keyword argument for this function #1
Comments
I can't tell what the error might be without a line number of the error or a traceback. Does this only happen on this one model? |
This might be a Django 1.4 issue. I saw the same thing running through the README Polls, Choices example:
|
Should be resolved by 574e2ef. |
Products.objects.create(title="New product 2", descriptions="another one", price="12300", summary="sweet") |
@kazgm: I don't see simple_history anywhere in your traceback. I don't think your issue has anything to do with this library. |
I get this error here:
My Model is:
Where am I wrong?
Thank you
The text was updated successfully, but these errors were encountered: