Changes between Version 2 and Version 3 of Ticket #30524, comment 2


Ignore:
Timestamp:
May 28, 2019, 4:58:35 PM (5 years ago)
Author:
Simon Charette

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30524, comment 2

    v2 v3  
    11Django doesn't support database level foreign keys on delete yet, this is tracked in #21961.
    22
    3 The `models.CASCADE` value implements cascade deletion at the application/Python level in order to support signals.
     3The `models.CASCADE` value implements cascade deletion at the application/Python level in order to support `pre_delete` and `post_delete` signals.
Back to Top