added template tags, fixed up with tests
authormichael <>
Sat, 14 Jun 2008 16:47:58 +0000 (16:47 +0000)
committermichael <>
Sat, 14 Jun 2008 16:47:58 +0000 (16:47 +0000)
commit8f57647106d74bb4dcc5f48eaa83750252af7a64
tree0aa852bea8988440fd416ab22d0fcecfbc899372
parent3a48a0b8f4dbf81e46aa8f2058d2b5ec3c97562f
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