Changes between Initial Version and Version 1 of Ticket #16356, comment 1


Ignore:
Timestamp:
Jun 27, 2011, 1:10:46 AM (13 years ago)
Author:
Aymeric Augustin

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16356, comment 1

    initial v1  
    11I urge you to read Django's documentation to understand how Django works and clear any confusion with other frameworks :)
    22
    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.
     3More 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.
    44
    55This 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.
Back to Top