mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed PostGIS test failures.
This commit is contained in:
@@ -21,6 +21,7 @@ class GeometryColumns(models.Model):
|
|||||||
type = models.CharField(max_length=30)
|
type = models.CharField(max_length=30)
|
||||||
|
|
||||||
class Meta:
|
class Meta:
|
||||||
|
app_label = 'gis'
|
||||||
db_table = 'geometry_columns'
|
db_table = 'geometry_columns'
|
||||||
managed = False
|
managed = False
|
||||||
|
|
||||||
@@ -58,6 +59,7 @@ class SpatialRefSys(models.Model, SpatialRefSysMixin):
|
|||||||
proj4text = models.CharField(max_length=2048)
|
proj4text = models.CharField(max_length=2048)
|
||||||
|
|
||||||
class Meta:
|
class Meta:
|
||||||
|
app_label = 'gis'
|
||||||
db_table = 'spatial_ref_sys'
|
db_table = 'spatial_ref_sys'
|
||||||
managed = False
|
managed = False
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user