Add new feature alternate name types.

This commit is contained in:
Schuyler Erle 2011-08-31 01:42:14 +02:00
parent 62519ff4ff
commit e6aeaa5741

View File

@ -138,6 +138,9 @@ NAME_TYPE_CHOICES = (
('official', 'official'),
('historic', 'historic'),
('colloquial', 'colloquial'),
('icao', 'ICAO code'),
('iata', 'IATA code'),
('postcode', 'ZIP code'),
)