Hi all,

How to add a field to a form that is not a model field?

I want my form for model class X to have a field whose value I will
save to another model class (by overriding the the save method in
model class X).

I think my answer is here...

http://www.hindsightlabs.com/blog/2010/02/11/adding-extra-fields-to-a-model-form-in-djangos-admin/

...but I'm wondering if there is official documentation for those _get
and _set methods.  I don't recall seeing those in the docs and not
sure what is the proper terminology is, in django, to refer to those
methods.

Thx,
Ryan

-- 
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 
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