Author: jbronn
Date: 2011-09-09 15:47:18 -0700 (Fri, 09 Sep 2011)
New Revision: 16750
Modified:
django/trunk/django/contrib/gis/db/backends/spatialite/creation.py
Log:
Removed extra call to `syncdb` that slipped in with r16749.
Modified: django/trunk/django/contrib/gis/db/backends/spatialite/creation.py
===================================================================
--- django/trunk/django/contrib/gis/db/backends/spatialite/creation.py
2011-09-09 22:34:23 UTC (rev 16749)
+++ django/trunk/django/contrib/gis/db/backends/spatialite/creation.py
2011-09-09 22:47:18 UTC (rev 16750)
@@ -36,7 +36,6 @@
# Need to load the SpatiaLite initialization SQL before running
`syncdb`.
self.load_spatialite_sql()
- call_command('syncdb', verbosity=verbosity, interactive=False,
database=self.connection.alias)
# Report syncdb messages at one level lower than that requested.
# This ensures we don't get flooded with messages during testing
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.