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
It seems that we missed an upgrade to make it fully compatible with Django 3.x
We are using admin.ACTION_CHECKBOX_NAME when it was deprecated and it was removed already:
admin.ACTION_CHECKBOX_NAME
The compatibility import of django.contrib.admin.helpers.ACTION_CHECKBOX_NAME in django.contrib.admin is removed.
(from https://docs.djangoproject.com/en/4.0/releases/3.1/#id1)
The code lives at
readthedocs.org/readthedocs/notifications/views.py
Line 48 in e94c260
The text was updated successfully, but these errors were encountered:
Django 3.x upgrade
faf78bc
Closes #9356
Django 3.x upgrade (#10668)
74aed03
Successfully merging a pull request may close this issue.
It seems that we missed an upgrade to make it fully compatible with Django 3.x
We are using
admin.ACTION_CHECKBOX_NAME
when it was deprecated and it was removed already:(from https://docs.djangoproject.com/en/4.0/releases/3.1/#id1)
The code lives at
readthedocs.org/readthedocs/notifications/views.py
Line 48 in e94c260
The text was updated successfully, but these errors were encountered: