Fixed a flake8 warning

This commit is contained in:
Alex Gaynor 2014-06-29 11:15:50 -07:00
parent f12b68af71
commit 985ad99a71
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ class PostGISIntrospection(DatabaseIntrospection):
# The value for the geography type is actually a tuple
# to pass in the `geography=True` keyword to the field
# definition.
field_types.append(('geography', ('GeometryField', {'geography' : True})))
field_types.append(('geography', ('GeometryField', {'geography': True})))
postgis_types = {}
# The OID integers associated with the geometry type may