On Apr 7, 8:05 am, Merrick <merr...@gmail.com> wrote:
> How should I go about adding a field to a model form
> when the field is not part of the model?

 Define a Custom ModelForm by specifying model in Meta and declare the
required addnl field there.
(check-box means boolean, right?). Now set form attribute of your
Admin class with the name of YourForm.

Rajeesh.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to