Skip to content

RamezIssac/django-reversion

 
 

Repository files navigation

django-reversion

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

Features

  • Roll back to any point in a model instance's history.
  • Recover deleted model instances.
  • Simple admin integration.

Documentation

Please read the Getting Started guide for more information.

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.

You can run the test suite yourself from within a virtual environment with the following commands. The test suite requires that both MySQL and PostgreSQL be installed.

The django-reversion project is built on every push with Travis CI.

image

Contributors

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

About

An extension to the Django web framework that provides comprehensive version control facilities.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 95.2%
  • HTML 4.8%