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)
commit97fd71e8a0eb2d724e083ab84a55c08ebac29a8f
treeaf4f5060042872308f32c2478e1e1ab80fcddb33
parent54e4728426b2bbdfcd52b720d401f4740dfae050
order_by was not normalized when passed to __init__, and generally failed with None values
django_tables/tables.py
tests/test_basic.py