{{ form.brinq.descricao }} ?

On Thu, Aug 22, 2013 at 4:28 PM, Fellipe Henrique <felli...@gmail.com> wrote:
> Hi guys,
>
> I really about to give up from Django, because? I try to do something simple
> and I looking, looking around the internet and don't find anything about
> this... try this simple example: http://pastebin.com/epazpBcZ
>
> I just want to get "descricao" field, from "Brinq" model, using a
> inlineformSet.
>
> I can't do this.. I try:  {{ form.brinq__descricao }} , {{
> form.brinq_id__descricao }}, {{ form.brinq.descricao }} and {{
> form.brinq_id__descricao }}
>
> I think it`s simple thing to do.. but I don't found anything to do this in
> internet..
>
> Can any one help me in this simple question?
>
> Thanks.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users.
> For more options, visit https://groups.google.com/groups/opt_out.



-- 
| Raffaele Salmaso
| http://salmaso.org
| https://bitbucket.org/rsalmaso
| http://gnammo.com

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to