< Home - < Back

django-reversion


Information about the package, django-reversion, which is shipped with common Linux distributions. The django-reversion package is designed for, Version control extension for the Django web framework.


Package Name:

django-reversion

Summary:

Version control extension for the Django web framework

Description:

Reversion is an extension to the Django web framework that provides comprehensive version control facilities. Features: * Roll back to any point in a model's history - an unlimited undo facility! * Recover deleted models - never lose data again! * Admin integration for maximum usability. * Group related changes into revisions that can be rolled back in a single transaction. * Automatically save a new version whenever your model changes using Django's flexible signalling framework. * Automate your revision management with easy-to-use middleware. Reversion can be easily added to your existing Django project with a minimum of code changes.

Architecture:

noarch

Version:

1.3.2

Release:

2.el6

Size:

50 k

Repository:

epel

From Repository:

Licence:

BSD



Handy Yum Commands for django-reversion


Control the django-reversion package with the following handy commands outlined below.


Command

Description of Command

yum install django-reversion

This command will install django-reversion on the server.

yum remove django-reversion

This command will un-install django-reversion on the server. When you run this command, you will be asked if you are sure that you want to remove django-reversion, so you have to manually confirm that you want to do this.

yum -y remove django-reversion

This command will un-install django-reversion on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove django-reversion when using the -y flag.

yum update django-reversion

This command will update django-reversion to the latest version. When you run this command, you will be asked if you are sure that you want to remove django-reversion, so you have to manually confirm that you want to do this.

yum -y update django-reversion

This command will update django-reversion to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove django-reversion when using the -y flag.

yum info django-reversion

This command will show you core information about the django-reversion package.

yum deplist django-reversion

This command will show you the dependencies for django-reversion. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update django-reversion

This command will check if there is an update waiting on django-reversion. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.