Opened 4 months ago

Closed 4 months ago

#35128 closed New feature (duplicate)

Soft-deletion feature

Reported by: softzer0 Owned by: nobody
Component: Database layer (models, ORM) Version: 5.0
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

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.

Change History (1)

comment:1 by Mariusz Felisiak, 4 months ago

Resolution: duplicate
Status: newclosed

Duplicate of #16567.

Note: See TracTickets for help on using tickets.
Back to Top