* Added pagination
[django-tables2.git] / django_tables / columns.py
2011-04-04 Bradley Ayers* Added pagination v0.4.0.beta3
2011-04-03 Bradley Ayers* Updated documentation v0.4.0.beta2
2011-04-01 Bradley Ayers* Fixed CheckBoxColumn.
2011-03-31 Bradley Ayers* Ordering now works properly.
2011-02-24 Bradley Ayersfixed up a lot of shitty documentation, and fixed some...
2011-02-23 Bradley Ayersupdated docs
2011-02-04 Bradley Ayerslots of major changes
2010-11-22 Michael ElsdoerferMerge remote branch 'jweyrich/master'
2010-11-22 Jardel WeyrichConvert files to UNIX EOL and remove BOM.
2010-08-24 Michael ElsdoerferConvert a bunch of files to use *nix line endings.
2010-06-01 Michael ElsdoerferNo longer allow the Column's 'data' argument to be...
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-24 Michael Elsdörfersupport column "data" option, relationship spanning...
2008-06-20 Michael Elsdörfersupport callables
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-17 Michael Elsdörfermore work on modeltables, they are pretty much usable now
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-08 Michael Elsdörferinitial commit