--
Ticket URL: <https://code.djangoproject.com/ticket/24583>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_better_patch: => 0
* needs_tests: => 0
* needs_docs: => 0
Old description:
> How about passing objects to template tags as an arguments.
> It would increase fucntionality of template tags.
> Or is there a perfomance issue?
New description:
How about passing objects to template tags as an arguments.
It would increase fucntionality of template tags.
Or is there a security issue?
--
--
Ticket URL: <https://code.djangoproject.com/ticket/24583#comment:1>
Old description:
> How about passing objects to template tags as an arguments.
> It would increase fucntionality of template tags.
> Or is there a security issue?
New description:
How about passing objects to template tags as an arguments.
It would increase functionality of template tags.
Or is there a security issue?
--
Comment (by timgraham):
It's not clear to me what functionality you are proposing.
You can use [https://docs.djangoproject.com/en/1.8/howto/custom-template-
tags/#django.template.Library.simple_tag simple_tag()] to pass arguments
to template tags.
--
Ticket URL: <https://code.djangoproject.com/ticket/24583#comment:2>
* status: new => closed
* resolution: => needsinfo
--
Ticket URL: <https://code.djangoproject.com/ticket/24583#comment:3>