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 547159
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T10:56:36+00:00 2026-05-13T10:56:36+00:00

I am using a one to one relationship between two models and I need

  • 0

I am using a one to one relationship between two models and I need to be able to clear that relationship. However, I cannot find a way to clear(clear(), remove(), etc…) it to remove that relationship, and the Django admin will not perform that operation. Does anyone have experience with this problem? I think I may have to skip the one to one field and use a one to many with unique=true set on the field.

Edit: I should have mentioned. I do have null=True set on the field, but it does not make a difference.

  • 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-13T10:56:37+00:00Added an answer on May 13, 2026 at 10:56 am

    just set it to None and save 🙂

    my_instance.my_one_to_one_fieldname = None
    my_instance.save()
    

    edit: By the way, this only works for the model that you defined the OneToOneField on. I’m not sure how you would go about doing this backwards, except for:

    my_related_instance.othermodel.my_one_to_one_fieldname = None
    my_related_instance.othermodel.save()
    

    But that’s just the same as doing:

    my_instance = my_related_instance.othermodel
    

    and then continuing like the first example.

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

Sidebar

Related Questions

I have a simple one-to-many (models.ForeignKey) relationship between two of my model classes: class
I've got two entities with a one-to-many relationship between them. The entity that holds
I'm trying to determine the best way to make a zero-to-one relationship between two
I'm trying to define a simple one-to-many relationship between two poco's , using the
I am using this article to make a one-to-one relationship between my two objects
i am trying to persist two entities(with one to many relationship) using jpa but
I have two models, Project and Category, which have a many-to-many relationship between them.
I've mapped two entities using JPA (specifically Hibernate). Those entities have a one-to-many relationship
I have two tables: invoices & invoice_items. I need a one to many relationship
In a software system a one-to-one relationship must be modeled between two objects where

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.