Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4004622
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T08:17:44+00:00 2026-05-20T08:17:44+00:00

I have two classes, Foo and Bar, in a Django app (on AppEngine if

  • 0

I have two classes, Foo and Bar, in a Django app (on AppEngine if that matters). There’s a one to one relationship between them.

class Foo(BaseModel):
    bar = Bar.objects.get(foo=self.id)

class Bar(BaseModel):
    foo = models.OneToOneField(Foo, blank=True, null=True, help_text="Foos for this bar")

I’d like each object of both classes to have it’s related object of the other class as an instance variable.

What’s the best way to allow that?

When trying the code above, I’m in an odd situation: since they each refer to each other, I’m trying to use these variables before they’re defined (and of course it doesn’t work).

I suspect there is A Proper Way to do this, and this isn’t it!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-20T08:17:45+00:00Added an answer on May 20, 2026 at 8:17 am

    You don’t need to do anything. This is the default behaviour. Just define the relationship in Bar, and Foo will automatically get a bar attribute.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have two classes, Foo and Bar, that have constructors like this: class Foo
Let's say I have two classes Foo and Bar, and I want to make
I have two classes: class Foo { public Bar SomeBar { get; set; }
I have two classes, Foo<T> and Bar<T> , derived from Base . Each overrides
I have two classes that depend on each other: class Foo; //forward declaration template
Suppose I have two classes with the same interface: interface ISomeInterface { int foo{get;
Let's say we have two classes, Foo and Foo Sub, each in a different
I have two classes, and want to include a static instance of one class
I have two classes that each need an instance of each other to function.
Suppose you have a Django view that has two functions: The first function renders

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.