-
Notifications
You must be signed in to change notification settings - Fork 70
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 error in logs #192
Comments
Could you post your entire traceback and the django-chroniker version you're using? |
sure @chrisspen here is the traceback
Django and chroniker versions Django==2.1.15 |
Looks like your version of django-chroniker is out of date. I can't reproduce the issue on master branch. Could you try upgrading? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When i m accessing the logs i m getting the error
formfield_for_dbfield() missing 1 required positional argument: 'request'
when i debugged the issue it is found out to be the difference in chroniker and django admin
chroniker method
django 2.15.x method
Can you please suggest me the solution to this? or on which django version this issue woun't be there
The text was updated successfully, but these errors were encountered: