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/b/o/boar-HEAD/boar/mailing_lists/forms.py boar(Download)
def render(self, name, value, attrs=None, choices=()): mailing_lists = dict((ml.id, ml) for ml in MailingList.objects.all()) if value is None: value = [] has_id = attrs and 'id' in attrs