On Mar 24, 3:01 pm, "Baptiste" <[EMAIL PROTECTED]> wrote:
> For me, yes, but I miss the "and" :
> {% with article.name as name and article.title as title %}
> But it is an useful tag.

If this were to go in, I think comma-delimiting multiple "assignments"
would make more sense than using 'and':

{% with article.name as name, article.title as title %}

This mirrors Python's import statement:

import math as x, urllib as y, os as z


--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to