Changes between Version 1 and Version 2 of Ticket #35741
- Timestamp:
- Sep 7, 2024, 3:56:59 PM (2 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35741 – Description
v1 v2 17 17 https://stackoverflow.com/questions/25944968/check-if-a-onetoone-relation-exists-in-django 18 18 19 But it still comes up because it isn't obvious that the reverse OneToOne field if the forward relationship does not exist.19 But 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. 20 20 21 21 Perhaps this has come up before, but I would suggest that a constant reverse relation field be added that allows the following syntax instead: