Changes between Initial Version and Version 1 of Ticket #34433
- Timestamp:
- Mar 23, 2023, 11:46:15 AM (20 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34433 – Description
initial v1 168 168 Let me know if you need anything else from me! 169 169 Thank you for your help. 170 171 [EDIT] This is also counterintuitive because the documentation for `OneToOneField` explicitely states: 172 > A one-to-one relationship. Conceptually, this is similar to a ForeignKey with unique=True, but the “reverse” side of the relation will directly return a single object.