fixed bug when accessing rows by index; added the missing test that caused this to...
authorMichael Elsdoerfer <michael@elsdoerfer.info>
Thu, 26 Jun 2008 21:12:12 +0000 (23:12 +0200)
committerMichael Elsdoerfer <michael@elsdoerfer.info>
Thu, 26 Jun 2008 21:12:12 +0000 (23:12 +0200)
commit54e4728426b2bbdfcd52b720d401f4740dfae050
tree8c9259c4eff6b0a4649faadf4500124b6b672d2f
parent2017972cbce5cec72bd14d0ecd61697b54a76760
fixed bug when accessing rows by index; added the missing test that caused this to go unnoticed; added some type checking to make certain errors more easier to find
django_tables/tables.py
tests/test_basic.py