| Trees | Indices | Help |
|
|---|
|
|
??-84 --+
|
Location
Locations
|
|||
| Meta | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
OTHER_TYPE = 0
|
|||
CONTINENT = 1
|
|||
COUNTRY = 2
|
|||
TYPE_CHOICES = COUNTRY, _('country'), (CONTINENT, _('continent
|
|||
name = CharField(_('name'), unique= True, max_length= 150, req
|
|||
type = IntegerField(_('type'), choices= TYPE_CHOICES, default=
|
|||
complete_type = ForeignKey('LocationType', related_name= "loca
|
|||
current_location = WeakForeignKey('self', related_name= "past_
|
|||
latitude = FloatField(null= True)
|
|||
longitude = FloatField(null= True)
|
|||
is_authoritative = BooleanField(_('authoritative'))
|
|||
objects = LocationManager()
|
|||
|
|||
TYPE_CHOICES
|
name
|
type
|
complete_type
|
current_location
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Jun 6 17:47:51 2011 | http://epydoc.sourceforge.net |