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
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\
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
3 matches
Mail list logo