Re: URL -> query problem --- doesn't seem to be cache-related

2011-01-14 Thread Chris Lee
Thanjs -- I'll give that a shot. On Jan 14, 9:16 am, bruno desthuilliers wrote: > The canonical way to encode search arguments in an URL is to use the > querystring. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send e

Re: URL -> query problem --- doesn't seem to be cache-related

2011-01-14 Thread bruno desthuilliers
On 14 jan, 13:54, Chris Lee wrote: > Hi Django gurus, > > I'm coding-up a failure tracking database, and came up with what I > thought was a straightforward way to encode different searches into > part-failures via a single URL pattern. > > In urls.py: > >  url(r'^part_failure_list(/project/(?P\

URL -> query problem --- doesn't seem to be cache-related

2011-01-14 Thread Chris Lee
Hi Django gurus, I'm coding-up a failure tracking database, and came up with what I thought was a straightforward way to encode different searches into part-failures via a single URL pattern. In urls.py: url(r'^part_failure_list(/project/(?P\d+))?(/platform/(? P\d+))?(/hw_category/(?P\d+))?(/ h