Changes between Initial Version and Version 1 of Ticket #13956, comment 23
- Timestamp:
- Jun 18, 2011, 9:52:00 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13956, comment 23
initial v1 1 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.1 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. 2 2 3 3 You can check it out here: https://github.com/trapeze/fancy_tag