mirror of
https://github.com/django/django.git
synced 2024-12-01 15:42:04 +01:00
Fixed PostGIS test failures.
This commit is contained in:
parent
fa8b473528
commit
a6fc18594e
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user