#13956: Indefinite args for simpletags and inclusion tags
-------------------------------------+-------------------------------------
               Reporter:  melinath   |          Owner:  gregmuellegger
                   Type:  New        |         Status:  assigned
  feature                            |      Component:  Template system
              Milestone:             |       Severity:  Normal
                Version:  SVN        |       Keywords:  simple_tag,
             Resolution:             |  simpletag
           Triage Stage:  Accepted   |      Has patch:  1
    Needs documentation:  0          |    Needs tests:  0
Patch needs improvement:  0          |  Easy pickings:  0
                  UI/UX:  0          |
-------------------------------------+-------------------------------------

Comment (by SamBull):

 I built a utility app called fancy_tag that addresses this issue. It's a
 drop-in replacement for simple_tag that adds support for *args, keyword
 args, **kwargs. It also adds support for the "with <varname>" pattern. The
 app comes with unit tests and the whole thing shouldn't be too hard to
 convert into a patch.

 You can check it out here: https://github.com/trapeze/fancy_tag

 Let me know if you'd like me to submit this as a patch.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/13956#comment:23>
Django <https://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 django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to