Changes between Version 2 and Version 3 of SummerOfCode2023
- Timestamp:
- Jan 24, 2023, 6:00:53 AM (22 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SummerOfCode2023
v2 v3 306 306 307 307 There's an old ticket to [https://code.djangoproject.com/ticket/21961 Add support for database-level cascading options]. 308 This means that rather than Django's in-Python options for `on_delete` clauses, we'd allow the database to handle this with it 's native implementation.308 This means that rather than Django's in-Python options for `on_delete` clauses, we'd allow the database to handle this with its native implementation. 309 309 This would be a new option `db_on_delete` maybe, with the existing `on_delete` being `DO_NOTHING` if it were used. 310 310