On Oct 3, 11:15 am, petarda <pejcel.p...@gmail.com> wrote:
> Sorry, that I was so brief.
> It is a modeform:
> form = modelform(instance=object)
> instantiated after click on detail of brand for update this brand.
> But, First I need only get and view raw data from form.. like title,
> description etc..
> then I need to view full form(but this is not problem, ofcourse).
> View is generating this modelform from db.  I hope this is enough.
> Thank you so much.

If you need to get the original instance values, use
form.instance.whatever.
--
DR.

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