etianen/django-reversion
django-reversion is an extension to the Django web framework that provides version control for model instances. observed · 2026-08-28
Health v2 · maintenance only
86/100
- Activity 87
- Release rhythm 76
- 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: 83
- age_days: 5938
- days_rel: 82
- days_push: 82
- n_releases_24m: 4
Adoption not part of the score
3168 stars · 492 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
django-reversion is a Django extension that adds version control for model instances, tracking revisions and enabling rollback. It integrates with the Django admin and supports recovering deleted model instances.
Use cases
- roll back a Django model instance to a previous version
- recover deleted rows in a Django app
- track change history of database records
- add version history to Django admin
- audit who changed model data over time
When to choose
- you use Django's ORM and need per-model revision history
- you want admin-integrated rollback and deleted-object recovery
- you need a mature, BSD-licensed versioning library for Django models
When to avoid
- you need full database-level audit logging across raw SQL
- you use a non-Django framework or non-ORM data access
- you need event-sourcing with replayable event streams
Facets
library · maturity stable
version-control orm middleware web-development backend databases developer-tools python django model-versioning audit-history rollback admin-integration web-server
2 sources
- readme: https://github.com/etianen/django-reversion · fetched 2026-08-28 · 87f70d1e2594
- registry_pypi: https://pypi.org/pypi/django-reversion/json · fetched 2026-08-29 · 79b29778d744
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| etianen/django-reversion | main | 86 |
For agents
markdown · JSON · MCP: product_card(name="etianen/django-reversion")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem