Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(0) | Call(0) | Derive(0) | Import(0)
src/e/p/epubtestweb-HEAD/testsuite-site/testsuite_app/models/reading_system.py epubtestweb(Download)
version = models.CharField(max_length = common.SHORT_STRING, blank = False, null = False) user = models.ForeignKey('UserProfile') visibility = models.CharField(max_length = 1, choices = common.VISIBILITY_TYPE, default=common.VISIBILITY_MEMBERS_ONLY) def save(self, *args, **kwargs):