Fixed some problems with Harro's test.
[django-tables2.git] / tests / test_models.py
2010-10-13 Michael ElsdörferFixed some problems with Harro's test.
2010-10-13 Harro van der KlauwAdded verbose_name to columns from a model.
2010-08-24 Michael ElsdoerferFixed a NameError. This potentially closes issue 5.
2010-08-24 Michael ElsdoerferConvert a bunch of files to use *nix line endings.
2010-07-21 Michael ElsdoerferAdded a test for Harro's columns= sorting change.
2010-06-01 Michael ElsdoerferNo longer allow the Column's 'data' argument to be...
2010-04-21 adammckbugfix: ModelTableOptions() should call TableOptions...
2010-04-21 adammckadded default 'order_by' option to tables.
2009-01-11 Michael ElsdoerferFixed #282964: 'data' may point to a callable attribute...
2008-10-13 Michael Elsdoerferfixed typo
2008-09-16 Michael Elsdoerferconverted test suite to use nose rather than py.test...
2008-06-29 Michael Elsdoerferadded support for column default sort directions
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ö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örfermore work on modeltables, they are pretty much usable now
2008-06-14 Michael Elsdörferusing py.test for testing; added some tests; minor...