Fixed issue #8 where a TemplateSyntaxError would be raised when using {% render_table...
[django-tables2.git] / tests / __init__.py
2011-05-21 Bradley AyersLinkColumn now properly handles null foreign keys....
2011-05-14 Bradley Ayers* Fixed bug with LinkColumn when using unicode. Thanks...
2011-04-15 Bradley AyersMerge branch 'development' of https://github.com/chrisd...
2011-04-10 Bradley AyersRendered tables now include empty_text
2011-04-06 Bradley Ayersmostly done, just need to add empty_text functionality...
2011-04-05 Bradley Ayers* render_FOO methods now only receive the arguments... v0.4.0.beta4
2011-03-31 Bradley Ayers* Ordering now works properly.
2011-03-24 Bradley Ayers* Moved tests out of the app, and integrated them with...
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.
2008-06-14 Michael Elsdörferusing py.test for testing; added some tests; minor...