I haven't done any testing on this, but I'd like to point out one
thing. The HTML spec[1] doesn't specify anything about browsers having
to assemble the data set in document order. This means that even if
Django made sure that the multivalues are put in POST in the order
they were received, there doesn't seem to be a guarantee that the
browser will get them in the right order. So we'd have to consider the
order of values "undefined" even if Django handled it as best it
could.

But, like I said, I haven't done any testing on this, so maybe all the
browsers do indeed post them in the proper order. Without it being in
the spec though, I wouldn't trust it to always be that way.

-Gul

[1] http://www.w3.org/TR/html401/interact/forms.html#h-17.13.3

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to