added template tags, fixed up with tests
authorMichael Elsdörfer <michael@elsdoerfer.info>
Sat, 14 Jun 2008 16:47:58 +0000 (16:47 +0000)
committerMichael Elsdörfer <michael@elsdoerfer.info>
Sat, 14 Jun 2008 16:47:58 +0000 (16:47 +0000)
commit601d014a60329265bf80c2940514a2e532dd87f7
tree0aa852bea8988440fd416ab22d0fcecfbc899372
parent32ddef0397a7866605dd1f0d72cc51ee6a9c8712
added template tags, fixed up with tests
README
django_tables/app/__init__.py [new file with mode: 0644]
django_tables/app/models.py [new file with mode: 0644]
django_tables/app/templatetags/__init__.py [new file with mode: 0644]
django_tables/app/templatetags/tables.py [new file with mode: 0644]
django_tables/tables.py
tests/test.py