Make Influence.status a CharField.
authorMatthijs Kooijman <matthijs@stdin.nl>
Fri, 14 Nov 2008 12:18:21 +0000 (13:18 +0100)
committerMatthijs Kooijman <matthijs@stdin.nl>
Fri, 14 Nov 2008 12:18:21 +0000 (13:18 +0100)
commit12e2c79862407817b1ed71ad31dfdef34f4f5497
treeb219f9d7c3ad6ba8681061666919f2ceaa9f0b47
parent1ac6ce08915bb6d45c28877bad0d3d253609eb7a
Make Influence.status a CharField.

This used to be a TextField, but this forces the widget in a ModelField
to a TextArea overriding the default Select widget.
influences/models.py