We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Suddenly out of nowhere I get a 500 error when trying to see the detail of my jobs in django admin panel. The error is:
TypeError /django-rq/queues/{queue_index}/{job_id}/ EnumType.__call__() missing 1 required positional argument: 'value'
my package versions are as follows:
Python==3.12.5 Django==4.2.16 django-rq==2.10.3 rq==1.16.2 rq-scheduler==0.13.1
The text was updated successfully, but these errors were encountered:
Dupe of #678.
Sorry, something went wrong.
No branches or pull requests
Suddenly out of nowhere I get a 500 error when trying to see the detail of my jobs in django admin panel. The error is:
my package versions are as follows:
The text was updated successfully, but these errors were encountered: