Re: Get simple data from form

2010-10-04 Thread Daniel Roseman
On Oct 3, 11:15 am, petarda 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

Re: Get simple data from form

2010-10-03 Thread petarda
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).

Re: Get simple data from form

2010-10-03 Thread Daniel Roseman
On Oct 2, 9:33 pm, petarda wrote: > Hello, > I have simple question. How Can I get raw data from form object in my > template? > I don't need html tags only data. > I am trying {{ form.myfield.data }} , but always get None.. What sort of form is it? What data are you trying to get? How are you in

Get simple data from form

2010-10-02 Thread petarda
Hello, I have simple question. How Can I get raw data from form object in my template? I don't need html tags only data. I am trying {{ form.myfield.data }} , but always get None.. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this