So after messing around a for a couple of minutes I discovered the
urlencode changes About Me to About%20Me, (if you are using firefox 3
or above it will still display "About Me" in the address bar, that
confused me for a while).

But now if i put in:

url.net/blog/About%20Me/,

it doesn't match this url pattern:

^blog/(?P<category>\w+)/$

So how can i get this to match the patter?
This is going to be one of those really obvious things, sorry i'm new
to all this stuff.
If someone could help that would be great.

Regards

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