Feb 26 2011
django-meio-easytags – An easy way to create custom template tags for Django’s templating system
The base EasyNode will take care of the template tag’s parsing, resolving variable and inspecting if the parameters are ok with the render_context signature.
It’s almost like calling methods in Python.

February 26th, 2011 23:25
[...] I released today the version 0.3 of django-meio-easytags. Now it supports template tags that accepts positional arguments (*args) and keyword arguments (**kwargs). If you don’t know how to use this, take a look at Python FAQ. In this release I included some documentation and created a page for the project. [...]
March 2nd, 2011 01:53
[...] Projects page [...]