Re: choice_set.all()

2011-05-29 Thread bh.hoseini
i found out that i clicked on "space" before the function, so i faced error, tnx for your attention On May 29, 9:26 am, Malcolm Box wrote: > On 29 May 2011 06:20, bahare hoseini wrote: > > > hi there, > > i followed the structure in > >https://docs.djangoproject.com/en/dev/intro/tutorial01/ ,eve

Re: choice_set.all()

2011-05-29 Thread Malcolm Box
On 29 May 2011 06:20, bahare hoseini wrote: > hi there, > i followed the structure in > https://docs.djangoproject.com/en/dev/intro/tutorial01/ ,every thing was > allright till i wrote the code: >>> "p.choice_set.all()" , then i got > "AttributeError: 'function' object has no attribute choice_se

Re: choice_set.all()

2011-05-29 Thread Ryan
Can you post your model code please? -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. Fo

choice_set.all()

2011-05-28 Thread bahare hoseini
hi there, i followed the structure in https://docs.djangoproject.com/en/dev/intro/tutorial01/ ,every thing was allright till i wrote the code: >>> "p.choice_set.all()" , then i got "AttributeError: 'function' object has no attribute choice_set" . :( can somone help?! -- You received this message