* Fixed bug with LinkColumn when using unicode. Thanks kwevej
authorBradley Ayers <bradley.ayers@gmail.com>
Sat, 14 May 2011 11:05:22 +0000 (21:05 +1000)
committerBradley Ayers <bradley.ayers@gmail.com>
Sat, 14 May 2011 11:05:22 +0000 (21:05 +1000)
commit17d506916a8b2f5aabfb3968ae0d142eca831ae4
treefcdb087e1e44ddd2de71f706d5df9c4b72acba2d
parentc084ca3eb5cf16b153b2b1eb0971e90065db2902
* Fixed bug with LinkColumn when using unicode. Thanks kwevej
* Bumped version to 0.4.3
django_tables/columns.py
django_tables/templatetags/django_tables.py
django_tables/utils.py
docs/conf.py
setup.py
tests/__init__.py
tests/columns.py
tests/testapp/urls.py [new file with mode: 0644]
tests/testapp/views.py [new file with mode: 0644]