Re: How to pass a special character in url

2008-10-30 Thread Thomas Guettler
Hi, you can use django.http.urlencode() to create the part behind the question mark. If you want to pass a list in a value you need urlencode(..., True). HTH, Thomas Zeal schrieb: > Hi, All, > > I just want to pass a special character by using url to the proper > view. For example, > >

How to pass a special character in url

2008-10-29 Thread Zeal
Hi, All, I just want to pass a special character by using url to the proper view. For example, "http://127.0.0.1/sampleview/?obj=xxx; , but seems django cannot handle such pattern. Does any one know this, or are there any relevant doc I can learn for this. Your precious suggestion would be