Re: problem with spaces in my urls

2009-09-10 Thread rufus
Thanks a lot kenneth.. that \s did it thank yoou On Sep 10, 2:47 pm, Kenneth Gonsalves wrote: > On Thursday 10 Sep 2009 3:12:39 pm rufus nayagam wrote: > > > We frame this city state slug url in our get_absolute_url function. > > How should we eliminaaatte this error please advice we tried d

Re: problem with spaces in my urls

2009-09-10 Thread Ajit jena
Rufus, If you replace the space by "-" , then it eill fix your issue. Ex: "garden city" as "garden-city" Thanks, Ajit On Thu, Sep 10, 2009 at 3:12 PM, rufus nayagam wrote: > > I have a url in the following format > > /city/state/slughowever sometimes we get city names which has more > tha

Re: problem with spaces in my urls

2009-09-10 Thread Kenneth Gonsalves
On Thursday 10 Sep 2009 3:12:39 pm rufus nayagam wrote: > We frame this city state slug url in our get_absolute_url function. > How should we eliminaaatte this error please advice we tried different > way to sollv it. regex should have a \s in it -- regards kg http://lawgon.livejournal.com --~-