| changeset 29 | cc9b7e14412b |
| parent 28 | b758351d191f |
| child 30 | 239f9bcae806 |
--- a/web/lib/django/contrib/gis/db/backend/mysql/creation.py Wed May 19 17:43:59 2010 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,5 +0,0 @@ - -def create_test_spatial_db(verbosity=1, autoclobber=False): - "A wrapper over the MySQL `create_test_db` method." - from django.db import connection - connection.creation.create_test_db(verbosity, autoclobber)