Add new feature alternate name types.
This commit is contained in:
parent
62519ff4ff
commit
e6aeaa5741
|
@ -138,6 +138,9 @@ NAME_TYPE_CHOICES = (
|
|||
('official', 'official'),
|
||||
('historic', 'historic'),
|
||||
('colloquial', 'colloquial'),
|
||||
('icao', 'ICAO code'),
|
||||
('iata', 'IATA code'),
|
||||
('postcode', 'ZIP code'),
|
||||
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user