From b83866f10e4aa8cd00bb0131d6431ae2f205b556 Mon Sep 17 00:00:00 2001 From: Sanj Date: Tue, 30 Aug 2011 23:54:36 +0530 Subject: [PATCH] change blank to alternate, make default --- gazetteer/places/models.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gazetteer/places/models.py b/gazetteer/places/models.py index 1801550..972708d 100644 --- a/gazetteer/places/models.py +++ b/gazetteer/places/models.py @@ -130,10 +130,11 @@ LANGUAGE_CHOICES = ( ) NAME_TYPE_CHOICES = ( + ('alternate', 'alternate'), ('official', 'official'), ('historic', 'historic'), ('colloquial', 'colloquial'), - ('-blank-', '-blank-'), + ) class Name(models.Model):