TODOs.
authorMichael Elsdoerfer <michael@elsdoerfer.com>
Fri, 26 Mar 2010 08:45:02 +0000 (09:45 +0100)
committerMichael Elsdoerfer <michael@elsdoerfer.com>
Fri, 26 Mar 2010 08:45:02 +0000 (09:45 +0100)
TODO

diff --git a/TODO b/TODO
index dd1d84b8eda037dd3938b1a839ac6af4c498cea2..0d29f5a446c8945aeb171a17a8619d2958a4f2dc 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,3 +1,11 @@
+Document how the user can access the raw row data; and possible make this
+easier by falling back to the raw data directly if a column is accessed
+which doesn't exist.
+
+There's no particular reason why this should be Django-specific. Now with
+the base table better abstracted, we should be able to easily create a
+SQLAlchemyTable or a StormTable.
+
 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