Re: Django POST Arrays

2014-08-11 Thread G Z
Thanks so much On Thursday, August 7, 2014 4:38:28 PM UTC-6, Tom Evans wrote: > > On Thu, Aug 7, 2014 at 10:27 PM, G Z > > wrote: > > I'm doing some query and database stuff outside of what django is > capable of > > and I need some help with how I get all the values of a POSTED > Dictionary

Re: Django POST Arrays

2014-08-07 Thread Tom Evans
On Thu, Aug 7, 2014 at 10:27 PM, G Z wrote: > I'm doing some query and database stuff outside of what django is capable of > and I need some help with how I get all the values of a POSTED Dictionary > list. > > here is the POST values because im using a multiple select box that are send > to djang

Django POST Arrays

2014-08-07 Thread G Z
I'm doing some query and database stuff outside of what django is capable of and I need some help with how I get all the values of a POSTED Dictionary list. here is the POST values because im using a multiple select box that are send to django u'licenses': [u'26.0', u'16.0', u'13.0', u'166.0']