Fixed the ModelTable docstring. Thanks philotas. Closes #2.
authorMichael Elsdoerfer <michael@elsdoerfer.com>
Tue, 18 May 2010 20:32:22 +0000 (22:32 +0200)
committerMichael Elsdoerfer <michael@elsdoerfer.com>
Tue, 18 May 2010 20:32:22 +0000 (22:32 +0200)
django_tables/models.py

index e1085a6e1a451c12d3e38e84767f86987f38667a..eeb4ba7780c0752c5424bbe16c833328dcfb7640 100644 (file)
@@ -155,7 +155,7 @@ class ModelTable(BaseTable):
             class Meta:\r
                 model = MyModel\r
                 exclude = ['fields', 'to', 'exclude']\r
-                fields = ['fields', 'to', 'include']\r
+                columns = ['fields', 'to', 'include']\r
 \r
     One difference to a normal table is the initial data argument. It can\r
     be a queryset or a model (it's default manager will be used). If you\r