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
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).
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
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
4 matches
Mail list logo