projects
/
django-tables2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f088ec
)
previous manual (un)commit was incomplete
author
Michael Elsdörfer
<michael@elsdoerfer.info>
Thu, 19 Jun 2008 16:15:37 +0000
(16:15 +0000)
committer
Michael Elsdörfer
<michael@elsdoerfer.info>
Thu, 19 Jun 2008 16:15:37 +0000
(16:15 +0000)
django_tables/columns.py
patch
|
blob
|
history
diff --git
a/django_tables/columns.py
b/django_tables/columns.py
index 6ea137b2584c2762c4e12f19fe15cdc879206b34..9b8aced4ee6fec8b78c14a7299ba9cc4772b3d40 100644
(file)
--- a/
django_tables/columns.py
+++ b/
django_tables/columns.py
@@
-37,7
+37,6
@@
class Column(object):
self.visible = visible
\r
self.inaccessible = inaccessible
\r
self.sortable = sortable
\r
- self.choices = choices
\r
\r
self.creation_counter = Column.creation_counter
\r
Column.creation_counter += 1
\r