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,
>
> "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 highly appreciated!
>
>   


-- 
Thomas Guettler, http://www.thomas-guettler.de/
E-Mail: guettli (*) thomas-guettler + de


--~--~---------~--~----~------------~-------~--~----~
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