Ross ROSS = Recommend OSS · open-source software intelligence for agents

django-commons/django-simple-history

Store model history and view/revert changes from admin site. observed · 2026-08-28

github.com/django-commons/django-simple-history · homepage · Python · BSD-3-Clause (permissive) observed · 2026-08-28

Health v2 · maintenance only

93/100

  • Activity 98
  • Release rhythm 82
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 87.0
  • age_days: 5659
  • days_rel: 42
  • days_push: 16
  • n_releases_24m: 7

Full methodology

Adoption not part of the score

2461 stars · 507 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A Django app that records the state of models on every create, update, and delete, storing a full change history. It integrates with the Django admin so users can view and revert changes.

Use cases

  • track every change made to Django model instances
  • audit who changed what and when in a Django app
  • revert a model to a previous state from the admin
  • keep a historical log of record deletions
  • query past versions of a database row

When to choose

  • you need per-record audit history in a Django project
  • you want admin-integrated viewing and reverting of changes
  • you need a mature, widely used Django history solution

When to avoid

  • you are not using Django or an ORM with similar hooks
  • you need full database-level audit logs rather than application-level model history
  • you need event sourcing with complex replay semantics

Facets

library · maturity active

orm logging middleware databases web-development backend developer-tools python django audit-trail model-history versioning admin web-server

2 sources

Member repositories

RepositoryRoleHealth v2
django-commons/django-simple-historymain93

For agents

markdown · JSON · MCP: product_card(name="django-commons/django-simple-history")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem