Skip to content

Commit

Permalink
Removed extra call to syncdb that slipped in with r16749.
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16750 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
jbronn committed Sep 9, 2011
1 parent 43329af commit c4d8b4c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion django/contrib/gis/db/backends/spatialite/creation.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ def create_test_db(self, verbosity=1, autoclobber=False):


# Need to load the SpatiaLite initialization SQL before running `syncdb`. # Need to load the SpatiaLite initialization SQL before running `syncdb`.
self.load_spatialite_sql() 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. # Report syncdb messages at one level lower than that requested.
# This ensures we don't get flooded with messages during testing # This ensures we don't get flooded with messages during testing
Expand Down

0 comments on commit c4d8b4c

Please sign in to comment.