Commit c4d8b4c0 authored by Justin Bronn's avatar Justin Bronn
Browse files

Removed extra call to `syncdb` that slipped in with r16749.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16750 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 43329af2
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -36,7 +36,6 @@ class SpatiaLiteCreation(DatabaseCreation):

        # 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