Make setup.py executable.
[django-tables2.git] / django_tables /
2010-08-20 Michael ElsdoerferAfter release, set version to 0.3 dev.
2010-08-20 Michael ElsdoerferPrepare a 0.2 release. 0.2
2010-07-21 Harro van der KlauwFor a ModelTable you can use the columns meta option...
2010-06-01 Michael ElsdoerferDefine the version number properly inside the module...
2010-06-01 Michael ElsdoerferNo longer allow the Column's 'data' argument to be...
2010-05-28 Michael ElsdoerferThis comment wasn't really correct anymore, must have...
2010-05-28 Jardel WeyrichAllow non-basestrings (e.g: ugettext_lazy) to be used...
2010-05-18 Michael ElsdoerferFixed the ModelTable docstring. Thanks philotas. Closes #2.
2010-04-21 adammckbugfix: ModelTableOptions() should call TableOptions...
2010-04-21 adammckadded default 'order_by' option to tables.
2010-04-06 Michael ElsdoerferAdded a __len__ method to the columns container.
2010-03-24 Michael ElsdörferMore refactoring: Custom table classes now don't need...
2010-03-24 Michael ElsdörferMake it slightly easier for custom table subclasses...
2010-03-24 Michael ElsdörferMoved the global options to a separate module as well.
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.
2010-01-14 Michael ElsdörferAdded TODO.
2010-01-08 Michael ElsdoerferHardly unexpected, r49 worked with the Django trunk...
2010-01-08 Michael ElsdoerferFix for #503652 (thanks Zeth). The quasi-internal APIs...
2009-01-11 Michael ElsdoerferFixed #282964: 'data' may point to a callable attribute...
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-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ö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ö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