MCPcopy
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
162class NullBooleanModel(models.Model):
163 nbfield = models.BooleanField(null=True, blank=True)
164
165
166class BooleanModel(models.Model):

Callers 2

test_null_defaultMethod · 0.85

Calls

no outgoing calls

Tested by 2

test_null_defaultMethod · 0.68