-
Notifications
You must be signed in to change notification settings - Fork 104
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
Comparing booleans is awkward #57
Comments
I think this is due to |
Looks better than the current version.... Please create a pull request to merge. maybe also a good idea is something like this: |
Done, I've added translation fields for it too! |
I just made Wait a moment i will commit soon. |
done: e535267 Please rebase ;) |
Hmmm, one of the tests is changed to compare None to False in a NullBooleanField, which is showing no change. I'll see what I can do to fix this |
When comparing a boolean field that goes from True and False, sometimes it gives results like that below:
I'm having a look at how this could be improved.
The text was updated successfully, but these errors were encountered: