Doesn't work, I tried this way, but same problem.. that's a simple thing to 
do with database, but I see anyone use this in django.. or I doing 
something really worng here, or django doesn't work for this type of query.



Em quinta-feira, 22 de agosto de 2013 11h33min37s UTC-3, Raffaele Salmaso 
escreveu:
>
> {{ form.brinq.descricao }} ? 
>
> On Thu, Aug 22, 2013 at 4:28 PM, Fellipe Henrique 
> <fell...@gmail.com<javascript:>> 
> 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...@googlegroups.com <javascript:>. 
> > To post to this group, send email to 
> > django...@googlegroups.com<javascript:>. 
>
> > 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