Added TODO.
authorMichael Elsdörfer <michael@elsdoerfer.info>
Thu, 14 Jan 2010 18:25:33 +0000 (19:25 +0100)
committerMichael Elsdörfer <michael@elsdoerfer.info>
Thu, 14 Jan 2010 18:25:33 +0000 (19:25 +0100)
django_tables/TODO [new file with mode: 0644]

diff --git a/django_tables/TODO b/django_tables/TODO
new file mode 100644 (file)
index 0000000..ab3125a
--- /dev/null
@@ -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