Re: suggestion: Don't make the tag "url" dirty in Django1.5

2012-03-27 Thread gs412
client-detail-view" %} > {% url url_name client.id %} > {% endwith %} three lines instead of one lines, just for passing context variables, context variables for url is not widespread 在 2012年3月27日星期二UTC+8下午8时38分04秒,Łukasz Rekucki写道: > > On 27 March 2012 10:22, gs412 <>

suggestion: Don't make the tag "url" dirty in Django1.5

2012-03-27 Thread gs412
In Django1.5 {% url app_views.client %} will change to > {% "url app_views.client" %} I think it is a stupid idea Why so many people use django? becouse of 'DRY', but now django become more and more 'dirty' -- You received this message because you are subscribed to the Google Groups "Dja