Re: creating basic view for a modelmultiplechoicefield

2010-04-09 Thread Daxal
Hi Daniel, Thank you very much for your reply. That cleared quite a lot of stuff for me. I was wondering if you have any links on how to populate models through the admin interface. I would like to have it editable from admin (makes it much easier to handle). If you have any links or ideas on how

Re: creating basic view for a modelmultiplechoicefield

2010-04-09 Thread Daniel Roseman
On Apr 9, 9:42 am, Daxal wrote: > Basically, I am starting to create a view called "cvdetails" and it is > linked to "cvdetails.html" link for template. > > The form is supposed to use is: > > class cvForm(forms.Form): >   Language = > forms.ModelMultipleChoiceField(queryset=C.Language.objects.all