On this vein I'd also like to see DB Cascades implemented https://code.djangoproject.com/ticket/21961
On Mon, 28 Nov 2022 at 18:10, '[email protected]' via Django developers (Contributions to Django itself) < [email protected]> wrote: > +1 from me on DB defaults (constraints too). I've worked on many systems > where Django isn't the only place putting records into DBs and having DB > level defaults and constraints fixes a lot of common issues with that. > Currently I create an empty migrations to then add them in manually when > required > > On Monday, 28 November 2022 at 16:59:48 UTC John Whitlock wrote: > >> I'd like to see database-level defaults supported in models and >> migrations: >> >> https://code.djangoproject.com/ticket/470 >> > -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/CAJwKpyTqhMv6GATZ_wjMpv2YS%3D0aUV%3DNViAZRoi1KBRpePnwBg%40mail.gmail.com.
