-
Notifications
You must be signed in to change notification settings - Fork 206
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
Boolean field checkbox doesn't work #87
Comments
Thanks for reporting this. Even though this will fix checkbox in create and edit pages. In list and detail pages we show True/False values for boolean field, I think it'd be useful to show disabled checkboxes instead. Any suggestions? |
I encountered the same problem in version 0.1.6. |
Yes you're right. This will be available 0.1.7 in a few days. |
Thanks a lot~ |
I encountered this problem in version 0.1.11. |
This should be already included with the Boolean, if you think otherwise feel free to create a PR for the fix. |
I don't have much time now to create a PR for it. But I searched it a bit and found the problem happens when you override a field as a BooleanField. |
Discussed in #86
Originally posted by maxiaojunwolf March 15, 2022
here is my ORM Field:
The text was updated successfully, but these errors were encountered: