Skip to main content

An extension to the Django web framework that provides version control for model instances.

Project description

PyPI latest PyPI Version PyPI License Github actions Docs

django-reversion is an extension to the Django web framework that provides version control for model instances.

Requirements

  • Python 3.7 or later

  • Django 3.2 or later

Features

  • Roll back to any point in a model instance’s history.

  • Recover deleted model instances.

  • Simple admin integration.

Documentation

Check out the latest django-reversion documentation at Getting Started

Issue tracking and source code can be found at the main project website.

You can keep up to date with the latest announcements by joining the django-reversion discussion group.

Upgrading

Please check the Changelog before upgrading your installation of django-reversion.

Contributing

Bug reports, bug fixes, and new features are always welcome. Please raise issues on the django-reversion project site, and submit pull requests for any new code.

  1. Fork the repository on GitHub.

  2. Make a branch off of master and commit your changes to it.

  3. Install requirements.

$ pip install django psycopg2 mysqlclient -e .
  1. Run the tests

$ tests/manage.py test tests
  1. Create a Pull Request with your contribution

Contributors

The django-reversion project was developed by Dave Hall and contributed to by many other people.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-reversion-5.0.12.tar.gz (73.1 kB view hashes)

Uploaded Source

Built Distribution

django_reversion-5.0.12-py3-none-any.whl (84.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page