MCPcopy
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
166class BooleanModel(models.Model):
167 bfield = models.BooleanField()
168
169
170class DateTimeModel(models.Model):

Callers 1

test_null_defaultMethod · 0.85

Calls

no outgoing calls

Tested by 1

test_null_defaultMethod · 0.68