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)
commit5004fe448b087c69ee609c41952e5d39da055a73
tree8c9259c4eff6b0a4649faadf4500124b6b672d2f
parent15ba190ffc93233a835b804b1b172f47adfa0c46
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