Fedora 15 Update: django-countries-1.0.5-2.fc15

updates at fedoraproject.org updates at fedoraproject.org
Thu May 19 04:59:26 UTC 2011


--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2011-6855
2011-05-11 05:46:02
--------------------------------------------------------------------------------

Name        : django-countries
Product     : Fedora 15
Version     : 1.0.5
Release     : 2.fc15
URL         : http://pypi.python.org/pypi/django-countries
Summary     : Provides a country field for Django models
Description :
Django application which provides country choices for use with forms, and a
country field for models.

--------------------------------------------------------------------------------
Update Information:

Django application which provides country choices for use with forms, and a 
country field for models

To test in Django:

In [2]: from users import models

In [3]from users.models import Person

In [4]:person = Person(name='Rahul',country='IN')

In [5]: person.country
Out[5]: Country(code=u'IN')

In [6]: person.country.flag
Out[6]: u'/flags/in.gif'


--------------------------------------------------------------------------------

This update can be installed with the "yum" update program.  Use 
su -c 'yum update django-countries' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.

All packages are signed with the Fedora Project GPG key.  More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------


More information about the package-announce mailing list