summaryrefslogtreecommitdiff
path: root/chimere/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'chimere/models.py')
-rw-r--r--chimere/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/chimere/models.py b/chimere/models.py
index 065f7e9..03b5dce 100644
--- a/chimere/models.py
+++ b/chimere/models.py
@@ -294,7 +294,7 @@ class GeographicItem(models.Model):
import_source = models.CharField(_(u"Source"), max_length=200,
blank=True, null=True)
modified_since_import = models.BooleanField(_(u"Modified since last import"),
- default=False)
+ default=True)
not_for_osm = models.BooleanField(_(u"Not to be imported inside OSM"),
default=False)
origin = models.CharField(_(u"Origin"), max_length=100,