Changes between Version 1 and Version 2 of Ticket #35741


Ignore:
Timestamp:
Sep 7, 2024, 3:56:59 PM (11 days ago)
Author:
Chase Adams
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35741 – Description

    v1 v2  
    1717https://stackoverflow.com/questions/25944968/check-if-a-onetoone-relation-exists-in-django
    1818
    19 But it still comes up because it isn't obvious that the reverse OneToOne field if the forward relationship does not exist.
     19But it still comes up because it isn't obvious that the reverse OneToOne field does not exist if no forward relationship exists for an instance.
    2020
    2121Perhaps this has come up before, but I would suggest that a constant reverse relation field be added that allows the following syntax instead:
Back to Top