home / grids / Versioning
Applications that enable versioning of model content.
Features currently being evaluated
| Feature | Description |
|---|---|
| Pluggable Backend Storage | Provides the ability to swap what versioning system you use to store model history. |
| Staged Editing | Allow the ability to edit model content without publishing those changes live to the database until they are ready. |
| Versioned Model Relations | Versioning of a model object not only versions the content of that object, but also the relationships to other related models--both reverse and direct, e.g., ForeignKey, ManyToManyField, and reverse relationships those create. |
| Diff storage | Application stores only diff, instead content copy. |
| Tracked fields | Allows to watch only specified fields, not whole object. |
| Package | Django Reversion | django-versioning (fork) | django-versions | django-revisions |
|---|---|---|---|---|
| Description |
An extension to the Django web framework that provides comprehensive version control facilities. |
My fork of django-versioning. Django-versioning allows you to version the data stored in django models, and stores only diff, not ... |
A django application to enable versioning of data stored in Django models. |
Sane content versioning for Django. |
| Category | App | App | App | App |
| # Using This | 30![]() | 1![]() | 1![]() | 0![]() |
| Downloads | n/a | n/a | 607 | 462 |
| Last updated | Feb. 15, 2012, 1:31 a.m. | Feb. 14, 2012, 8:02 a.m. | Jan. 3, 2011, 3:50 p.m. | Jan. 31, 2012, 6:01 a.m. |
| Version | 1.5.1 | n/a | 1.0.1 | 0.3 |
| Repo | Github | Bitbucket | Github | Github |
| Commits | ||||
| Repo Watchers | 463 | 1 | 20 | 51 |
| Repo Forks | 66 | 1 | 3 | 7 |
| Participants | etianen etienned dmclain eliast wuilliam321 shamrin yorkedork cburgmer zsiciarz tow more... | evotech | nowells acdha | stdbrouw |
| Docs on RTD | Checking... | Checking... | Checking... | Checking... |
| Package | Django Reversion | django-versioning (fork) | django-versions | django-revisions |
| Pluggable Backend Storage | ||||
| Staged Editing | ||||
| Versioned Model Relations | ||||
| Diff storage | ||||
| Tracked fields | ||||
| Package | Django Reversion | django-versioning (fork) | django-versions | django-revisions |

