allow_null is not fully supported in BooleanField #8269
Unanswered
math-a3k
asked this question in
Potential Issue
Replies: 2 comments 2 replies
-
can you please check #7882 ? is this or part of it still relevant? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I think the result can be achieved by using
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Current code for BooleanField does not fully supports for null values as the default inital is set to False. This makes unsuitable for replacing NullBooleanField as it is stated in the deprecation warning.
How to reproduce:
The proposed fix is here: math-a3k@7af79a0
and should be ready to merge / pull request if you deem so
Beta Was this translation helpful? Give feedback.
All reactions