django-tables2.git
2008-12-13 Michael Elsdoerferfixed minor oversight in README, thanks sebzur
2008-10-13 Michael Elsdoerferfixed typo
2008-10-06 Michael Elsdoerferthe pagination example still wasn't quite right (thanks...
2008-10-02 Michael Elsdoerferfixed erroneous example in README (thanks to robert)
2008-09-21 Michael Elsdoerferbuiltin pagination now handles errors and converts...
2008-09-16 Michael Elsdoerferadded some musings about the potential future filter...
2008-09-16 Michael Elsdoerferconverted test suite to use nose rather than py.test...
2008-07-27 Michael Elsdoerferinclude tests in source distribution
2008-07-26 Michael Elsdoerferadded distutils setup script
2008-07-19 Michael Elsdoerferremoved obsolete line from README that was never actual...
2008-07-19 Michael Elsdoerferminor comment spelling mistake
2008-07-19 Michael Elsdoerferadded bsd license info
2008-07-09 Michael Elsdoerferminor readme updates
2008-06-29 Michael Elsdoerferadded support for column default sort directions
2008-06-29 Michael Elsdoerferstandard tables now support an inner metaclass; the...
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-27 Michael Elsdoerferfixed bug in set_url_param when used with order_by...
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 Michael Elsdörferadded support for pagination
2008-06-24 Michael Elsdörfersupport column "data" option, relationship spanning...
2008-06-20 Michael Elsdörfersupport callables
2008-06-19 Michael Elsdörferfixed minor bug (caches not reset); added update()...
2008-06-19 Michael Elsdörferoption to cause exceptions to be raised for invalid...
2008-06-19 Michael Elsdörfermodel column auto generation can be disabled now
2008-06-19 Michael Elsdörferprevious manual (un)commit was incomplete
2008-06-19 Michael Elsdörferas promised, reverted (with minor exceptions) the previ...
2008-06-19 Michael Elsdörferwe've just written support for a choices=True setting...
2008-06-18 Michael Elsdörferadded minor test
2008-06-18 Michael Elsdörferbetter auto verbose names
2008-06-18 Michael Elsdörferstatic tables were implemented incorrectly, were using...
2008-06-17 Michael Elsdörferforgot those files in the last commit
2008-06-17 Michael Elsdörfermore work on modeltables, they are pretty much usable now
2008-06-15 Michael Elsdörfer...
2008-06-15 Michael Elsdörferwe're now in a state were so far existing features...
2008-06-14 Michael Elsdörferusing py.test for testing; added some tests; minor...
2008-06-14 Michael Elsdörferadded template tags, fixed up with tests
2008-06-08 Michael Elsdörferinitial commit