This comment wasn't really correct anymore, must have been accidentally copied from...
authorMichael Elsdoerfer <michael@elsdoerfer.com>
Fri, 28 May 2010 07:40:45 +0000 (09:40 +0200)
committerMichael Elsdoerfer <michael@elsdoerfer.com>
Fri, 28 May 2010 07:40:45 +0000 (09:40 +0200)
django_tables/memory.py

index 35ccac61c9b8ab3497ccb8ba1c342579f5e28cf6..40d147cc6d71bfc33fcfc6d9cf63b233e7830cc7 100644 (file)
@@ -29,9 +29,9 @@ def sort_table(data, order_by):
 
 
 class MemoryTable(BaseTable):
-
-    # This is a separate class from BaseTable in order to abstract the way
-    # self.columns is specified.
+    """Table that is based on an in-memory dataset (a list of dict-like
+    objects).
+    """
 
     def _build_snapshot(self):
         """Rebuilds the table whenever it's options change.