Hi,
 hi, i have a problem where in the parameter matched by urls.py gets
modified.
i have the following pattern, '^post/(?P<init_url>.*)', 'post'
and, my url is post/http://google.com
but, I get it as http:/google.com
irrespective of the no. if ///////, only one / comes out.
any ideas?
but, the regex seems to be ok.
re.findall('^post/(?P<init_url>.*)', 'post/http://google.com')
['http://google.com']


Regards,
Venkat

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