On Jan 7, 2008 8:03 PM, Car <[EMAIL PROTECTED]> wrote:
> Is it possible to add field formerly excluded in ModelForm in view
> like in this example below:

Yes, but you're not "adding a field". You're simply getting back a
model object and then you're 100% done with the ModelForm. What you do
with that object before actually saving it to the DB is entirely up to
you, and anything that's legal to do with/to a Django model object is
legal to do to it here.

-- 
"Bureaucrat Conrad, you are technically correct -- the best kind of correct."

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