Re: Can't override the default form field for my custom Field type. Help?

2010-02-12 Thread Karen Tracey
On Sat, Feb 13, 2010 at 2:00 AM, Kevin Audleman wrote: > Django 1.2 > > I'm attempting to write my first custom Field Type. Eventually it will > do something more complicated, but for now I am simply sub-classing > the CharField. The first thing I'm doing is trying to change the > default form fie

Can't override the default form field for my custom Field type. Help?

2010-02-12 Thread Kevin Audleman
Django 1.2 I'm attempting to write my first custom Field Type. Eventually it will do something more complicated, but for now I am simply sub-classing the CharField. The first thing I'm doing is trying to change the default form field to be a MultipleChoiceField. I followed the directions here: ht