Added a __len__ method to the columns container.
authorMichael Elsdoerfer <michael@elsdoerfer.com>
Tue, 6 Apr 2010 13:18:00 +0000 (15:18 +0200)
committerMichael Elsdoerfer <michael@elsdoerfer.com>
Tue, 6 Apr 2010 13:18:00 +0000 (15:18 +0200)
commit5ee008025addae18d87f542b4fc25b32dc52ec28
tree31a8f6fe0416e704a9bf4c11f95f835cb01f589b
parenteb13d2aec77e2c1ffddf06b96923c614960bcddb
Added a __len__ method to the columns container.
django_tables/base.py
tests/test_basic.py