http://docs.djangoproject.com/en/dev/releases/1.0-porting-guide/
The guide didn't mention the change in django.datastructure.MultiValueDict which affects QueryDict directly and request.POST and request.GET eventually. The change is minor, but critical: MultiValueDict.iteritems() returns (key, last_value) instead of (key, [values]). I've paid painful price to find out the cause of my borken data and hope this could be written in the guide explicitly and save people some time. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.