order_by was not normalized when passed to __init__, and generally failed with None...
authorMichael Elsdoerfer <michael@elsdoerfer.info>
Thu, 26 Jun 2008 22:32:12 +0000 (00:32 +0200)
committerMichael Elsdoerfer <michael@elsdoerfer.info>
Thu, 26 Jun 2008 22:32:12 +0000 (00:32 +0200)
commit0e6f437a347ae874e34340ca4b3388627c3355b7
treeaf4f5060042872308f32c2478e1e1ab80fcddb33
parent5004fe448b087c69ee609c41952e5d39da055a73
order_by was not normalized when passed to __init__, and generally failed with None values
django_tables/tables.py
tests/test_basic.py