Changes between Initial Version and Version 1 of Ticket #33629, comment 1
- Timestamp:
- Apr 9, 2022, 6:05:03 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33629, comment 1
initial v1 1 [https://docs.djangoproject.com/en/ 4.0/ref/models/fields/#django.db.models.CASCADE As documented], "Django emulates the behavior of the SQL constraint ON DELETE CASCADE and also deletes the object containing the ForeignKey." (Django doesn't create an `ON DELETE CASCADE` constraint.)1 [https://docs.djangoproject.com/en/dev/ref/models/fields/#django.db.models.CASCADE As documented], "Django emulates the behavior of the SQL constraint ON DELETE CASCADE and also deletes the object containing the ForeignKey." (Django doesn't create an `ON DELETE CASCADE` constraint.) 2 2 3 3 I'm not sure what you mean by "and does not generate on UPDATE." If you believe there's a bug in Django, please give a more detailed explanation. Thanks.