Converted the readme file to a Sphinx documentation; some minor refactoring along...
[django-tables2.git] / README
2010-03-26 Michael ElsdoerferConverted the readme file to a Sphinx documentation...
2010-03-24 Michael ElsdörferMerged the todo items from the README with the existing...
2010-03-24 Michael ElsdörferMinor refactoring. The BaseTable implementation is...
2010-01-14 Michael ElsdörferMerge upstream.
2009-10-23 Michael ElsdoerferTODO.
2009-10-23 Michael ElsdoerferAdded some considerations wrt adding filtering support.
2009-10-23 Michael ElsdoerferFixed code sample syntax, typos.
2009-02-13 Michael ElsdoerferClarified example in README. Thanks Aaron.
2008-12-13 Michael Elsdoerferfixed minor oversight in README, thanks sebzur
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-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-19 Michael Elsdoerferremoved obsolete line from README that was never actual...
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-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ö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ö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örferbetter auto verbose names
2008-06-17 Michael Elsdörfermore work on modeltables, they are pretty much usable now
2008-06-15 Michael Elsdörfer...
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