#35128: Soft-deletion feature
-------------------------------------+-------------------------------------
Reporter: softzer0 | Owner: nobody
Type: New | Status: new
feature |
Component: Database | Version: 5.0
layer (models, ORM) |
Severity: Normal | Keywords:
Triage Stage: | Has patch: 0
Unreviewed |
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
UI/UX: 0 |
-------------------------------------+-------------------------------------
Modern ORMs like TypeORM support this feature and it's quite handy in
there, but I didn't find yet any good one extending Django's ORM nor
SQLAlchemy. This would mean tremendously to anyone developing serious
systems if such feature is already natively supported by Django - it could
be a deciding factor to some who's weighing in between frameworks which
one to pick for their project.
--
Ticket URL: <https://code.djangoproject.com/ticket/35128>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.