Re: Warning with 'cycle'

2014-11-02 Thread Neto
Thanks Em domingo, 2 de novembro de 2014 02h05min42s UTC-2, Carl Meyer escreveu: > > On 11/01/2014 01:36 PM, Neto wrote: > > Hi, im using template tag 'cycle' (in Django version 1.7.1,) and is > > showing it in my terminal: > > > > RemovedInDjango18Warning: 'The `cycle` template tag is cha

Re: Warning with 'cycle'

2014-11-01 Thread Carl Meyer
On 11/01/2014 01:36 PM, Neto wrote: > Hi, im using template tag 'cycle' (in Django version 1.7.1,) and is > showing it in my terminal: > > RemovedInDjango18Warning: 'The `cycle` template tag is changing to > escape its arguments; the non-autoescaping version is deprecated. > Load it fr

Warning with 'cycle'

2014-11-01 Thread Neto
Hi, im using template tag 'cycle' (in Django version 1.7.1,) and is showing it in my terminal: RemovedInDjango18Warning: 'The `cycle` template tag is changing to escape > its arguments; the non-autoescaping version is deprecated. Load it from the > `future` tag library to start using the new be