added columns.sortable() method
[django-tables2.git] / django_tables / tables.py
2008-06-29 Michael Elsdoerferadded columns.sortable() method
2008-06-29 Michael Elsdoerferadded helpful functionality for working with order_by...
2008-06-27 Michael ElsdoerferTable.__getitem__ did not work at all
2008-06-27 Michael Elsdoerferadding to a previous fix, make sure order_by is always...
2008-06-26 Michael Elsdoerferorder_by was not normalized when passed to __init__...
2008-06-26 Michael Elsdoerferfixed bug when accessing rows by index; added the missi...
2008-06-26 michaeladded support for pagination
2008-06-24 michaelsupport column "data" option, relationship spanning...
2008-06-20 michaelsupport callables
2008-06-19 michaelfixed minor bug (caches not reset); added update()...
2008-06-19 michaeloption to cause exceptions to be raised for invalid...
2008-06-19 michaelas promised, reverted (with minor exceptions) the previ...
2008-06-19 michaelwe've just written support for a choices=True setting...
2008-06-18 michaelbetter auto verbose names
2008-06-18 michaelstatic tables were implemented incorrectly, were using...
2008-06-17 michaelmore work on modeltables, they are pretty much usable now
2008-06-15 michaelwe're now in a state were so far existing features...
2008-06-14 michaeladded template tags, fixed up with tests
2008-06-08 michaelinitial commit