change blank to alternate, make default
This commit is contained in:
parent
bd54ef155b
commit
b83866f10e
|
@ -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):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user