Changes between Version 2 and Version 3 of SummerOfCode2023


Ignore:
Timestamp:
Jan 24, 2023, 6:00:53 AM (22 months ago)
Author:
Marti Raudsepp
Comment:

Fix minor grammar

Legend:

Unmodified
Added
Removed
Modified
  • SummerOfCode2023

    v2 v3  
    306306
    307307There'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.
     308This 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.
    309309This would be a new option `db_on_delete` maybe, with the existing `on_delete` being `DO_NOTHING` if it were used.
    310310
Back to Top