#29227 closed Cleanup/optimization (fixed)
Allow BooleanField to be null=True
Reported by: | Tim Graham | Owned by: | Tim Graham |
---|---|---|---|
Component: | Database layer (models, ORM) | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
This will remove the wart of NullBooleanField
and help solve other issues like #23130.
Note:
See TracTickets
for help on using tickets.
PR