#13956: Indefinite args for simpletags and inclusion tags -----------------------------+---------------------------------------------- Reporter: melinath | Owner: nobody Status: new | Milestone: Component: Template system | Version: 1.2 Keywords: | Stage: Unreviewed Has_patch: 1 | -----------------------------+---------------------------------------------- This patch lets simple tags and inclusion tags accept *args.
For comparison: Currently, an inclusion tag must define an exact number of args. In some cases, such as a tag created with a wrapped function, the args taken by the inner function may not be known; with this patch, that wouldn't matter. -- Ticket URL: <http://code.djangoproject.com/ticket/13956> 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.
