Re: froms: extended labels

2010-01-29 Thread tom
to be specific. the view renders this form in the template Members*: test1 test2 test3 test4 test5 test6 test7 test8 test9 and I would like to have the option to get more information into so that there is not the text "test1" but the full name of the user, for

froms: extended labels

2010-01-29 Thread tom
Hi, I have a Model Form defined like that: class ProjectMemberForm(forms.ModelForm): """ Renders a form where users can be assigned to a project. The ``members`` are overidden and need to be populated in the view with: form = ProjectMemberForm() form.base_fields['m