On Thursday 08 June 2017 17:11:36 Bernd Wechner wrote:
> Am curious if there's an easy way to walk through request.GET in 
the
> order they appeared on the URL? It strikes me the dictionary has 
lost
> this ordering information, and I wonder if it's available anywhere or
> how one might extend Django to supply an OrderedDict when 
requested?

Bad idea. What are you trying to solve that requires an ordering in 
parameters?

If you're deadset on it, you can always grab the original query string 
(request.META.query_string) and split it's components yourself.
-- 
Melvyn Sopacua

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/4059283.0tOvQjxIds%40devstation.
For more options, visit https://groups.google.com/d/optout.

Reply via email to