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

jazzband/django-auditlog

A Django app that keeps a log of changes made to an object. observed · 2026-08-28

github.com/jazzband/django-auditlog · Python · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

82/100

  • Activity 99
  • Release rhythm 50
  • Longevity 100
How is this computed?

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

  • gap_med: 49
  • age_days: 4700
  • days_rel: 258
  • days_push: 9
  • n_releases_24m: 6

Full methodology

Adoption not part of the score

1376 stars · 451 forks observed · 2026-08-28

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

django-auditlog is a reusable Django app that logs changes made to model objects, including the user (actor) who made them. It stores change summaries in JSON and is designed to be simple, fast, and dependency-light compared to full version-control-style solutions.

Use cases

  • track who changed a Django model record and what changed
  • keep an audit trail of object changes for compliance
  • log model field diffs in JSON format
  • replace django admin's built-in log with something more flexible
  • record the actor behind automated and user-driven changes

When to choose

  • you need a lightweight audit trail for Django models without full object versioning
  • you want to know which user modified which records and when
  • you prefer minimal dependencies and simple JSON change summaries

When to avoid

  • you need full version control, rollback, or historical snapshots of objects
  • you are not using Django
  • you need audit logging outside the ORM layer, such as raw SQL or external services

Facets

library · maturity active

logging database web-development developer-tools security python django audit-log change-tracking model-history jazzband

2 sources

Member repositories

RepositoryRoleHealth v2
jazzband/django-auditlogmain82

For agents

markdown · JSON · MCP: product_card(name="jazzband/django-auditlog")

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