Avoid overriding the mutable self.kwargs for LinkColumn Accessors.
[django-tables2.git] / tests / __init__.py
2011-07-17 Bradley AyersMerge branch 'development'
2011-07-17 Bradley AyersREADME more appealing (has feature list), added Request...
2011-06-20 Bradley AyersMerge branch 'master' of github.com:bradleyayers/django...
2011-06-20 Bradley AyersMerge branch 'development' v0.6.0
2011-06-08 Bradley Ayersrenamed to django-tables2
2011-05-21 Bradley AyersMerge branch 'development'
2011-05-21 Bradley AyersLinkColumn now properly handles null foreign keys....
2011-05-14 Bradley AyersMerge branch 'development' v0.4.3
2011-05-14 Bradley Ayers* Fixed bug with LinkColumn when using unicode. Thanks...
2011-04-15 Bradley AyersMerge branch 'development'
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 AyersMerge branch 'development'
2011-04-05 Bradley Ayers* render_FOO methods now only receive the arguments... v0.4.0.beta4
2011-03-31 Bradley AyersMerge branch 'development' v0.4.0.beta
2011-03-31 Bradley Ayers* Ordering now works properly.
2011-03-24 Bradley Ayers* Moved tests out of the app, and integrated them with... v0.4.0.alpha2
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...