Changes between Initial Version and Version 1 of Ticket #16356, comment 1
- Timestamp:
- Jun 27, 2011, 1:10:46 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16356, comment 1
initial v1 1 1 I urge you to read Django's documentation to understand how Django works and clear any confusion with other frameworks :) 2 2 3 More seriously, you have 1-to-1 relations, so you can put the Foreign Key in either model. Depending on the side of the relation where you put the foreign, deletes will cascade or not. This is a SQL modeling issue, it isn't particularly related to Django.3 More seriously, you have 1-to-1 relations, so you can put the Foreign Key in either model. Depending on the side of the relation where you put the Foreign Key, deletes will cascade or not. This is a SQL modeling issue, it isn't particularly related to Django. 4 4 5 5 This tracker is appropriate to report bugs in Django. "Django doesn't work like Hibernate" isn't a bug. For general usage questions, please join #django on !FreeNode or post to the django-users mailing list.