Re: Future url tag behaves unexpectedly

2012-08-29 Thread Russell Keith-Magee
On Thu, Aug 23, 2012 at 10:17 PM, Klaas van Schelven wrote: > Hi all, > > I'm not really ready to post this as a bug, please help me correct any > possible misunderstandings before I do so. > > I was gently pushed towards the future url template tag due to my > screen filling up with DeprecationWa

Re: Future url tag behaves unexpectedly

2012-08-29 Thread Luke Granger-Brown
My thoughts: On Thu, Aug 23, 2012 at 3:17 PM, Klaas van Schelven < klaasvanschel...@gmail.com> wrote: > > However, this fails, since the regular template variable resolution > process is reused to resolve 'link'. Since link is a callable Django > will attempt to call it. However, 'other_view' shou

Re: Future url tag behaves unexpectedly

2012-08-29 Thread Klaas van Schelven
No one ready to weigh in on this? :-( On Thu, Aug 23, 2012 at 4:17 PM, Klaas van Schelven < klaasvanschel...@gmail.com> wrote: > Hi all, > > I'm not really ready to post this as a bug, please help me correct any > possible misunderstandings before I do so. > > I was gently pushed towards the futu

Future url tag behaves unexpectedly

2012-08-23 Thread Klaas van Schelven
Hi all, I'm not really ready to post this as a bug, please help me correct any possible misunderstandings before I do so. I was gently pushed towards the future url template tag due to my screen filling up with DeprecationWarnings There isn't a whole lot of documentation about the new url tag. T