Information about the package, django-picklefield, which is shipped with common Linux distributions. The django-picklefield package is designed for, Implementation of a pickled object field.
Package Name:
django-picklefield
Summary:
Implementation of a pickled object field
Description:
django-picklefield provides an implementation of a pickled object field. Such fields can contain any picklable objects. The implementation is taken and adopted from Django snippet #1694 by Taavi Taijala, which is in turn based on Django snippet #513 by Oliver Beattie.
Architecture:
noarch
Version:
0.1.9
Release:
2.el6
Size:
16 k
Repository:
epel
From Repository:
Licence:
MIT
Control the django-picklefield package with the following handy commands outlined below.
yum install django-picklefield
This command will install django-picklefield on the server.
yum remove django-picklefield
This command will un-install django-picklefield on the server. When you run this command, you will be asked if you are sure that you want to remove django-picklefield, so you have to manually confirm that you want to do this.
yum -y remove django-picklefield
This command will un-install django-picklefield 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-picklefield when using the -y flag.
yum update django-picklefield
This command will update django-picklefield to the latest version. When you run this command, you will be asked if you are sure that you want to remove django-picklefield, so you have to manually confirm that you want to do this.
yum -y update django-picklefield
This command will update django-picklefield 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-picklefield when using the -y flag.
yum info django-picklefield
This command will show you core information about the django-picklefield package.
yum deplist django-picklefield
This command will show you the dependencies for django-picklefield. 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-picklefield
This command will check if there is an update waiting on django-picklefield. 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.