diff --git a/pandora/place/models.py b/pandora/place/models.py index 74c28b93..038f343b 100644 --- a/pandora/place/models.py +++ b/pandora/place/models.py @@ -38,7 +38,7 @@ class Place(models.Model): countryCode = models.CharField(max_length=16, default='', db_index=True) wikipediaId = models.CharField(max_length=1000, blank=True) - type = models.CharField(max_length=1000, default='') + type = models.CharField(max_length=1000, default='', db_index=True) south = models.FloatField(default=None, null=True, db_index=True) west = models.FloatField(default=None, null=True, db_index=True)