On 27 March 2012 10:22, gs412 <[email protected]> wrote: > In Django1.5 > >> {% url app_views.client %} > > will change to >> >> {% "url app_views.client" %} > > > I think it is a stupid idea
Did you read the rationale for this change? How do you want to enable passing context variables as view names? Did you notice that almost everywhere in the template language literal strings are quoted? Technical arguments usualy work better then calling things "stupid". -- Łukasz Rekucki -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-developers?hl=en.
