Django doesn't allow urlecode or urlopen when there is a non-ASCII/
international characters in the url.
http://www.djangosnippets.org/snippets/1048/  which uses text.encode
('utf-8') helped.

Reported this in http://code.djangoproject.com/ticket/2078 .
Just wanted to know if this can be included as a settings parameter /
or some kind of include in urls.py .

--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to