Re: iteration in MultiValueDict

2007-10-29 Thread schlam
nevermind, just being atwit --~--~-~--~~~---~--~~ 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 [EMA

Re: iteration in MultiValueDict

2007-10-29 Thread Karen Tracey
On 10/29/07, schlam <[EMAIL PROTECTED]> wrote: > > > using 0.96 am trying to iterate through a MultiValueDict using > > for i,j in MultiValueDict.items(): > print i, j > > is this a problem/feature/bug if so does someone know of a workaround? Is what a problem? Do you get an error running th

iteration in MultiValueDict

2007-10-29 Thread schlam
using 0.96 am trying to iterate through a MultiValueDict using for i,j in MultiValueDict.items(): print i, j is this a problem/feature/bug if so does someone know of a workaround? --~--~-~--~~~---~--~~ You received this message because you are subscribed to