Re: python list issue

2008-09-02 Thread tchendrix
yeah this is a standard non-django form passing a list bruno desthuilliers wrote: > On 2 sep, 22:47, Bobby Roberts <[EMAIL PROTECTED]> wrote: > >> interesting situation. I've got a form >> > > 'form' as a django.forms.Form instance or as a plain html form ? > > >> where i can check off

Re: python list issue

2008-09-02 Thread bruno desthuilliers
On 2 sep, 22:47, Bobby Roberts <[EMAIL PROTECTED]> wrote: > interesting situation. I've got a form 'form' as a django.forms.Form instance or as a plain html form ? > where i can check off items to > manipulate in the database, each checkbox containing the recordID to > manipulate > > if i check

python list issue

2008-09-02 Thread Bobby Roberts
interesting situation. I've got a form where i can check off items to manipulate in the database, each checkbox containing the recordID to manipulate if i check one box, (recordID # 66) then the length of that value is 2 If i check two boxes (record id # 66,67) then the length of the list is 2