change blank to alternate, make default

This commit is contained in:
Sanj 2011-08-30 23:54:36 +05:30
parent bd54ef155b
commit b83866f10e

View File

@ -130,10 +130,11 @@ LANGUAGE_CHOICES = (
) )
NAME_TYPE_CHOICES = ( NAME_TYPE_CHOICES = (
('alternate', 'alternate'),
('official', 'official'), ('official', 'official'),
('historic', 'historic'), ('historic', 'historic'),
('colloquial', 'colloquial'), ('colloquial', 'colloquial'),
('-blank-', '-blank-'),
) )
class Name(models.Model): class Name(models.Model):