Opened 10 months ago
Closed 10 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.
Note:
See TracTickets
for help on using tickets.
Duplicate of #16567.