* Table's __unicode__ method no longer returns as_html()
authorBradley Ayers <bradley.ayers@gmail.com>
Tue, 7 Jun 2011 11:39:43 +0000 (21:39 +1000)
committerBradley Ayers <bradley.ayers@gmail.com>
Tue, 7 Jun 2011 11:41:27 +0000 (21:41 +1000)
commit37eda2e6617c9e47475a9e3c03387dec898a166b
treefec82b47086b2172e5b5193d1c945808bcfdee9b
parent22fdf66d21733a9a2747e831bb0e2c97ed356c97
* Table's __unicode__ method no longer returns as_html()
* Added the ability to automatically generate columns based on a model via the Meta.model option (see docs). Resolves #2.
* Added some documentation describing how table mixins work.
django_tables/tables.py
docs/conf.py
docs/index.rst
example/settings.py
setup.py
tests/models.py