Yes, you can do that, but you'd need to add it to the ModelForm's
fields:

>> self.fields['short_name'] = forms.CharField(label='Short Name', max_length=9)

This code would need to be added to an overridden __init__ in your
ModelForm.  One question, however: why don't you add this field to
your model?

On Jul 3, 4:56 am, chefsmart <[EMAIL PROTECTED]> wrote:
> Please see the following dpaste code.http://dpaste.com/60529/
>
> There is a model, with a ModelForm. The ModelForm has a "short_name"
> field that is not part of the model. Is this even possible/legal?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to