On Mar 27, 2012 8:45 AM, "Ramiro Morales" <cra...@gmail.com> wrote:
>
> On Tue, Mar 27, 2012 at 5:22 AM, gs412 <gs...@126.com> wrote:
> > In Django1.5
> >
> >> {% url app_views.client %}
> >
> > will change to
> >>
> >> {% "url app_views.client" %}
> >
>
> Please post references from where did you get this nonsense. It is
> completely wrong to the point of not even being correct syntax.
>
> Please read the oficial documentation.
>
> --
> Ramiro Morales

It's actually almost correct. The new syntax will actually be

    {% url "app_views.client" %}

But this change definitely doesn't make things "dirty," in fact it cleans
up the tag to have consistent syntax with nearly every other tag, such as
{% block %} and {% extends %}

Best,
Alex Ogier

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com.
To unsubscribe from this group, send email to 
django-developers+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en.

Reply via email to