You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After an upgrade to Django 3.1 (with django-survey-and-report==1.3.14 in my requirements.txt file), I am receiving an Internal Error 500 with this text whenever I try to submit a survey:
ProgrammingError
can't adapt type 'SimpleLazyObject'
This seems to be the relevant parameter info:
And this is the resulting query:
The text was updated successfully, but these errors were encountered:
Thank you for reporting the bug, it's probably fixable with this stackoverflow answer https://stackoverflow.com/questions/31226625/. A date range might have been implemented incorrectly. I will release a new version if a fix + a migration file is proposed by pull request.
After an upgrade to Django 3.1 (with
django-survey-and-report==1.3.14
in myrequirements.txt
file), I am receiving an Internal Error 500 with this text whenever I try to submit a survey:This seems to be the relevant parameter info:
And this is the resulting query:
The text was updated successfully, but these errors were encountered: