On Sat, Feb 13, 2010 at 2:00 AM, Kevin Audleman <[email protected]>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 field to be a MultipleChoiceField. > > I followed the directions here: > > http://docs.djangoproject.com/en/dev/howto/custom-model-fields/#specifying-the-form-field-for-a-model-field > > ...but I keep getting a single select drop-down instead of a multiple > select. > Likely this is due to: http://code.djangoproject.com/ticket/9245 Karen -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

