Hi, I'm a bit new to django, so I hope this isn't too stupid. Can anyone explain why when I'm accessing this address: http://localhost:8000/app?a=1&b=2&c=3
I'm getting a redirected to this address? http://localhost:8000/homeless/?a=1&c=3&b=2 This causes a problem, because I'm using a weird encoding in one of the query stings, and the redirected value encodes it again, the wrong way. I guess this is a bug, because in order to read it I used the encoding attribute of httprequest which is new. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---

