* Added pagination
[django-tables2.git] / django_tables / tables.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-03-25 Bradley Ayersadded 'attrs' field on Table.Meta, updated documentatio...
2011-03-24 Bradley Ayers* Moved tests out of the app, and integrated them with...
2011-02-27 Bradley Ayersusing QuerySets actually works now, added a relevant...
2011-02-25 Bradley Ayersadded a test to reveal problem with using querysets...
2011-02-24 Bradley Ayersfixed up a lot of shitty documentation, and fixed some...
2011-02-23 Bradley Ayersupdated docs
2011-02-22 Bradley Ayersfixed some bugs
2011-02-04 Bradley Ayerslots of major changes
2010-03-24 Michael ElsdörferMinor refactoring. The BaseTable implementation is...
2009-01-10 Michael ElsdoerferFixed a bug that made it hard to change the visibility...
2008-09-21 Michael Elsdoerferbuiltin pagination now handles errors and converts...
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-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ö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-18 Michael Elsdörferstatic tables were implemented incorrectly, were using...
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örferadded template tags, fixed up with tests
2008-06-08 Michael Elsdörferinitial commit