Fixed issue #9 (FieldDoesNotExist when table column accessor doesn't exist in queryse...
authorBradley Ayers <bradley.ayers@gmail.com>
Thu, 2 Jun 2011 22:30:18 +0000 (08:30 +1000)
committerBradley Ayers <bradley.ayers@gmail.com>
Thu, 2 Jun 2011 22:30:18 +0000 (08:30 +1000)
commitc9a348a218656b9354fe37c18f48840bfea32f63
tree1e92365100b504f49e8b5425b91b203c884f9586
parentaf701b49cdf6329218fb01842297dd4eeefe65a4
Fixed issue #9 (FieldDoesNotExist when table column accessor doesn't exist in queryset). It turns out the issue was due to the model lookup verbose_name functionality that was recently introduced.
django_tables/columns.py
tests/models.py