#14262: Helper for "get_something as varname" template tag pattern
-----------------------------+----------------------------------------------
 Reporter:  carljm           |       Owner:  nobody    
   Status:  new              |   Milestone:            
Component:  Template system  |     Version:  SVN       
 Keywords:                   |       Stage:  Unreviewed
Has_patch:  0                |  
-----------------------------+----------------------------------------------
 It's a common pattern to write a template tag that fetches some data and
 sticks it in a context variable. Currently writing these tags requires
 writing a full-blown parsing function and Node class, which is mostly
 boilerplate except for the render() method. It would be good to have a
 template tag helper for writing tags that follow this pattern. (Similar to
 simple_tag, except allowing for updating the context).

-- 
Ticket URL: <http://code.djangoproject.com/ticket/14262>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" 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-updates?hl=en.

Reply via email to