Skip to content
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

Django-5.0: AttributeError #249

Closed
raratiru opened this issue Dec 13, 2023 · 1 comment
Closed

Django-5.0: AttributeError #249

raratiru opened this issue Dec 13, 2023 · 1 comment

Comments

@raratiru
Copy link

return helpers.checkbox.render(helpers.ACTION_CHECKBOX_NAME,
force_str("%s,%s" % (obj.pk, get_revision_of_object(obj))))

From the docs:

The undocumented django.contrib.admin.helpers.checkbox is removed.

The error:

AttributeError: module 'django.contrib.admin.helpers' has no attribute 'checkbox'

@saxix
Copy link
Owner

saxix commented Jan 27, 2024

fixed in dev -

@saxix saxix closed this as completed Jan 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants