1. Like Carl said, I always prefer template tags which alter the
context to create a scope. (I hate {% url ... as varname %})

{% form "table" %}
    {% renderform my_form %}
{% endform %}


2. Also totally agreed with Russell that we need consistency about
when template tag parameters need to be quoted.
That is, quoted in case of constants, and unquoted when they need to
be resolved.


And even if this seems to cover all the use cases, ensure
extensibility.

Other than that, nice proposal.

-- 
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