Re: from future url -- argh

2012-06-15 Thread Benedict Verheyen
On 15/06/2012 1:55, Andre Terra wrote: > Ah, here it is: > > https://docs.djangoproject.com/en/dev/internals/deprecation/#id2 > > > Cheers, > AT Indeed, the first argument in the url tag used to be an implied string. In Django 1.5 it isn't anymore, so if the first argument to the url tag is

Re: from future url -- argh

2012-06-14 Thread Andre Terra
Ah, here it is: https://docs.djangoproject.com/en/dev/internals/deprecation/#id2 Cheers, AT On Thu, Jun 14, 2012 at 8:54 PM, Andre Terra wrote: > I was having the same problem, but with the development version (that is, > 1.4+, or soon to be 1.5). > > Just remove the {% load url from future %

Re: from future url -- argh

2012-06-14 Thread Andre Terra
I was having the same problem, but with the development version (that is, 1.4+, or soon to be 1.5). Just remove the {% load url from future %} because the future is NOW! :O The old {% url %} tag has apparently been deprecated, but I can't find any notes on this change after 2 mins of googling. L