Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ NullBooleanModel
Class
NullBooleanModel
tests/model_fields/models.py:162–163 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
160
161
162
class
NullBooleanModel(models.Model):
163
nbfield = models.BooleanField(null=True, blank=True)
164
165
166
class
BooleanModel(models.Model):
Callers
2
test_null_default
Method · 0.85
test_nullbooleanfield_blank
Method · 0.85
Calls
no outgoing calls
Tested by
2
test_null_default
Method · 0.68
test_nullbooleanfield_blank
Method · 0.68