Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(1) | Call(1) | Derive(0) | Import(0)
src/c/h/chieftain-HEAD/board/models.py chieftain(Download)
is_deleted = models.BooleanField(_("Is deleted"), default=False) ip = models.IPAddressField(_("IP"), blank=True) data = fields.JSONField(_("Data"), max_length=1024, blank=True, null=True) poster = models.CharField(_("Poster"), max_length=32, blank=True, null=True)