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


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30524, comment 2

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