Versioning

Applications that enable versioning of model content.

Filter results

Package Django Reversion django-simple-history django-pghistory Django Tracking Fields
Package Django Reversion django-simple-history django-pghistory Django Tracking Fields
Description django-reversion is an
extension to the Django web
framework that provides
version control for model
instances.
Store model history and
view/revert changes from admin
site.
Track historical events to
Django models using Postgres
triggers.
A Django app allowing the
tracking of objects field in
the admin site.
Category App App App App
# Using This 101 30 2 0
Python 3?
Development Status Production/Stable Production/Stable Unknown Unknown
Last updated Nov. 8, 2023, 3:30 p.m. Sept. 28, 2023, 1:40 p.m. Nov. 26, 2023, 5:34 p.m. June 15, 2023, 9:10 a.m.
Version 5.0.8 3.4.0 3.0.1 1.4.0
Repo GitHub GitHub GitHub GitHub
Commits
Stars 2,927 1,990 272 24
Repo Forks 482 451 31 1
Participants etianen
etienned
claudep
ErwinJunge
michael-k
daaray
carlosxl
chicheng
browniebroke
ivissani
more...
treyhunner
macro1
dependabot[bot]
ddabble
pre-commit-ci[bot]
jezdez
joaojunior
hramezani
valberg
jeking3
more...
wesleykendall
quevon24
adamchainz
shivananda-sahu
tomage
jzmiller1
eeriksp
johanvdw
dracos
madtools
Gagaro
foxmask
Documentation n/a
Staged Editing
Tracked fields
Diff storage
Visual Compare with django-reversion-compare
Pluggable Backend Storage
Point-in-time querying
Django Admin Support
Versioned Model Relations

View all grid packages

Features currently being evaluated

Feature Description
Staged Editing Allow the ability to edit model content without publishing those changes live to<br>the database until they are ready.
Tracked fields Allows to watch only specified fields, not whole object.
Diff storage Application stores only diff, instead content copy.
Visual Compare Provides the ability to compare different versions of a model.
Pluggable Backend Storage Provides the ability to swap what versioning system you use to store model<br>history.
Point-in-time querying Ability to query and retrieve model objects using Django filters at a given<br>point in time. Retrieve the state of relations at the given point in time<br>(One-to-Many, Many-to-Many).
Django Admin Support Support in the Django Admin for interacting with package features.
Versioned Model Relations Versioning of a model object not only versions the content of that object, but<br>also the relationships to other related models--both reverse and direct, e.g.,<br>ForeignKey, ManyToManyField, and reverse relationships those create.
Search Weight Package Description Last PyPI release: Repo Forks Stars
{{ item.weight / max_weight * 100 | number:0 }}% {{ item.title }} Grid: {{ item.description }} {{ item.last_released | date: 'mediumDate' }} N/A {{ item.repo_forks }} N/A {{ item.repo_watchers }} N/A