diff options
Diffstat (limited to 'ishtar_common/models.py')
| -rw-r--r-- | ishtar_common/models.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/ishtar_common/models.py b/ishtar_common/models.py index 6228ea1d0..7b448284e 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -2565,7 +2565,7 @@ if settings.COUNTRY == 'fr':                  (self.name, unicode(self.arrondissement))) -class Town(models.Model): +class Town(Imported, models.Model):      name = models.CharField(_(u"Name"), max_length=100)      surface = models.IntegerField(_(u"Surface (m2)"), blank=True, null=True)      center = models.PointField(_(u"Localisation"), srid=settings.SRID, | 
