From: Michael Elsdörfer Date: Thu, 14 Jan 2010 18:25:33 +0000 (+0100) Subject: Added TODO. X-Git-Tag: 0.2~31 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=272c443c6c488010945e54469507f60711b004d3;p=django-tables2.git Added TODO. --- diff --git a/django_tables/TODO b/django_tables/TODO new file mode 100644 index 0000000..ab3125a --- /dev/null +++ b/django_tables/TODO @@ -0,0 +1,4 @@ +It would be cool if for non-model tables, a custom compare function could +be provided to modify the sort. This would require a minor refactor in +which we have multiple different table types subclass a base table, and +the subclass allowing it's columns to support additional kwargs. \ No newline at end of file