Friday, June 1, 2012

Re: Django/Python Circular model reference

Define it in one and back reference it in the other

Kevin
Please excuse brevity, sent from phone

On Jun 1, 2012 12:38 PM, "Jak" <jacob.wischnia@gmail.com> wrote:
The problem that I'm having is that the model "Question" is not
defined.... since I am referencing it after I use it in the Answer
model.


Thanks

Jak

On Jun 1, 12:08 pm, Javier Guerra Giraldez <jav...@guerrag.com> wrote:
> On Fri, Jun 1, 2012 at 10:42 AM, Jak <jacob.wisch...@gmail.com> wrote:
> > Each answer has
> > a question, and each question has an answer
>
> use OneToOneField relationships
> (https://docs.djangoproject.com/en/1.4/ref/models/fields/#onetoonefield)
>
> --
> Javier

--
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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

--
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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment