countries.Place
: Place¶
Place(id, parent, name, country, zip_code, type, show_type, name_de, name_fr)
name |
type |
verbose name |
id |
BigAutoField |
ID |
parent |
ForeignKey to Place |
Part of |
name |
BabelCharField |
Designation |
country |
ForeignKey to Country |
Country |
zip_code |
CharField |
zip code |
type |
ChoiceListField |
Place Type |
show_type |
BooleanField |
Show type |
name_de |
CharField |
Designation (de) |
name_fr |
CharField |
Designation (fr) |
children_summary |
VirtualField |
Children |
treeview_panel |
VirtualField |
(None) |
name_column |
VirtualField |
Name |
navigation_panel |
VirtualField |
(None) |
workflow_buttons |
VirtualField |
Workflow |
overview |
VirtualField |
(None) |
Master tables: countries.Places : Places
Slave tables: countries.PlacesByPlace : Subdivisions, contacts.PartnersByCity : Partners
Referenced from contacts.Partner.city, contacts.Partner.region, countries.Place.parent, shopping.Address.city, shopping.Address.region
Database fields¶
Internal name |
Verbose name |
Help text |
id |
ID |
|
parent |
Part of |
The superordinate geographic place of which this place is a part. |
name |
Designation |
|
country |
Country |
The country this place is in. |
zip_code |
zip code |
|
type |
Place Type |
The type of this place (whether it’s a city. a village, a province…) |
show_type |
Show type |
|
name_de |
Designation (de) |
|
name_fr |
Designation (fr) |
|
children_summary |
Children |
A comma-separated list of the children. |
treeview_panel |
None |
|
name_column |
Name |
|
navigation_panel |
None |
|
workflow_buttons |
Workflow |
List of actions that change the workflow state of this object. |
overview |
None |