Rendered tables now include empty_text
authorBradley Ayers <bradley.ayers@gmail.com>
Sun, 10 Apr 2011 00:02:06 +0000 (10:02 +1000)
committerBradley Ayers <bradley.ayers@gmail.com>
Sun, 10 Apr 2011 00:02:06 +0000 (10:02 +1000)
commitd20176a1fc1a6e21bc509647bdd339d6e3149b6a
tree123a3399cff3d119806be66b2333ec458179b666
parent13a90143c4d2eedce0936ae2f972d10ac917f97c
Rendered tables now include empty_text
.gitignore
django_tables/columns.py
django_tables/tables.py
django_tables/templates/django_tables/basic_table.html
django_tables/templates/django_tables/table.html
docs/index.rst
tests/__init__.py
tests/columns.py [new file with mode: 0644]
tests/core.py
tests/templates.py