Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ BooleanModel
Class
BooleanModel
tests/model_fields/models.py:166–167 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
164
165
166
class
BooleanModel(models.Model):
167
bfield = models.BooleanField()
168
169
170
class
DateTimeModel(models.Model):
Callers
1
test_null_default
Method · 0.85
Calls
no outgoing calls
Tested by
1
test_null_default
Method · 0.68