On Sunday 01 November 2009 17:27:08 Kenneth Gonsalves wrote:
> hi,
> when I switched from apache to nginx, I found that all my spaces in urls
>  were being replaced with '%20' which caused the urls to fail and database
>  lookup also to fail. I used urllib.unquote in views and a \S in urls to
>  work around this. Is there some cleaner solution to this?
> 

maybe if you can change the spaces to hyphens?  I really do think hypens or 
underscores should be used in urls instead of spaces, which is why I love slug 
fields for urls.

Mike
-- 
Yow!  Are we wet yet?

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to