Django Soft delete options

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • django-safedelete

    Mask your objects instead of deleting them from your database.

  • Django safe delete https://github.com/makinacorpus/django-safedelete

  • Sentry

    Developer-first error tracking and performance monitoring

  • I found this code in sentry The idea here is to create a custom model manager, which includes a custom queryset. We create ParanoiaModel, which will serve as the base model.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • soft-delete-options-in-django

    Soft delete ideas for django

  • You can find the code samples with tests in my Github repo soft-delete-options-in-django

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts