Re: pre-populating multiplechoicefields with session data

2009-02-09 Thread Malcolm Tredinnick
On Sun, 2009-02-08 at 09:57 -0800, Bobby Roberts wrote: > Hi group. Please look at this view: > > # this form runs the search mechanism > def DoSearchForm (request): > if request.method =='POST': > form=SearchForm (request.POST) > if form.is_valid(): > try: >

Re: pre-populating multiplechoicefields with session data

2009-02-08 Thread Bobby Roberts
anyone have any idea on this? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to dja

pre-populating multiplechoicefields with session data

2009-02-08 Thread Bobby Roberts
Hi group. Please look at this view: # this form runs the search mechanism def DoSearchForm (request): if request.method =='POST': form=SearchForm (request.POST) if form.is_valid(): try: myuid=request.user.id * 1 except: