Kaydet (Commit) a6fc1859 authored tarafından Simon Charette's avatar Simon Charette

Fixed PostGIS test failures.

üst fa8b4735
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment