Thank you very much, it is excactly what I'm searching.

Regards,
Mateusz

P.S. For other people which have this problem, to get rid with '+'
signs instead of spaces, there is a method called urllib.unquote_plus
():

>>> urllib.unquote_plus('%3Cp%3E+hello+world+%3C%2Fp%3E')
'<p> hello world </p>'





--

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.


Reply via email to