| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
04 Feb 2013 02:30:24
0.4
|
miwi  |
- Update to 0.4
- Convert header |
07 Feb 2012 04:27:12
0.3.4.1
|
miwi  |
- Update to 0.3.4.1
PR: 164623
Submitted by: "Matthew X. Economou" <xenophon+fbsdports@irtnog.org> |
04 Mar 2011 14:02:32
0.3.3
|
miwi  |
- Update to 0.3.3
PR: 155237
Submitted by: Kurt Lidl <kurt.lidl@cello.com> |
15 Feb 2011 09:17:50
0.3.0
|
miwi  |
The goal of this project is to create a new way of writing Django template tags
which is fully compatible with the current Django templating infrastructure.
This new way should be easy, clean and require as little boilerplate code as
possible while still staying as powerful as possible.
Features:
* Class based template tags.
* Template tag argument parser.
* Declarative way to define arguments.
* Supports (theoretically infinite) parse-until blocks.
* Extensible!
WWW: http://github.com/ojii/django-classy-tags/ |