I have an error message on django 1.4:
dictionary update sequence element #0 has length 1; 2 is required
[EDIT]
It happe
I too had a similar type of problem . The solution is simple . just dont try to enter NULL or None value in values or u might have to use Something like thisdic.update([(key,value)])
dic.update([(key,value)])