mirror of https://github.com/django/django.git
Fixed a flake8 warning
This commit is contained in:
parent
f12b68af71
commit
985ad99a71
|
@ -30,7 +30,7 @@ class PostGISIntrospection(DatabaseIntrospection):
|
||||||
# The value for the geography type is actually a tuple
|
# The value for the geography type is actually a tuple
|
||||||
# to pass in the `geography=True` keyword to the field
|
# to pass in the `geography=True` keyword to the field
|
||||||
# definition.
|
# definition.
|
||||||
field_types.append(('geography', ('GeometryField', {'geography' : True})))
|
field_types.append(('geography', ('GeometryField', {'geography': True})))
|
||||||
postgis_types = {}
|
postgis_types = {}
|
||||||
|
|
||||||
# The OID integers associated with the geometry type may
|
# The OID integers associated with the geometry type may
|
||||||
|
|
Loading…
Reference in New Issue