Re: url template tag, unhelpful when failing

2008-07-18 Thread Waylan Limberg
On Fri, Jul 18, 2008 at 3:09 PM, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > > > On Fri, 2008-07-18 at 19:30 +0200, Mikael Moutakis wrote: >> Hi >> I've running from trunk and recently switched to the NFA-branch. I >> found that the URL templatetag is unhelpful when failing to match a >> url.

Re: url template tag, unhelpful when failing

2008-07-18 Thread Malcolm Tredinnick
On Fri, 2008-07-18 at 19:30 +0200, Mikael Moutakis wrote: > Hi > I've running from trunk and recently switched to the NFA-branch. I > found that the URL templatetag is unhelpful when failing to match a > url. I patched my own copy of the function URLNode in > django.template.defaulttags to

url template tag, unhelpful when failing

2008-07-18 Thread Mikael Moutakis
Hi I've running from trunk and recently switched to the NFA-branch. I found that the URL templatetag is unhelpful when failing to match a url. I patched my own copy of the function URLNode in django.template.defaulttags to return a more helpful error message instead of a empty string. Should I