Fixed PostGIS test failures.

This commit is contained in:
Simon Charette 2014-03-22 18:12:52 -04:00
parent fa8b473528
commit a6fc18594e
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,7 @@ class GeometryColumns(models.Model):
type = models.CharField(max_length=30)
class Meta:
app_label = 'gis'
db_table = 'geometry_columns'
managed = False
@ -58,6 +59,7 @@ class SpatialRefSys(models.Model, SpatialRefSysMixin):
proj4text = models.CharField(max_length=2048)
class Meta:
app_label = 'gis'
db_table = 'spatial_ref_sys'
managed = False