Skip to content

Commit

Permalink
Merge pull request #108 from glarrain/patch-1
Browse files Browse the repository at this point in the history
README: fixed example for "Custom GeoJSON properties source"
  • Loading branch information
nemesifier committed May 17, 2016
2 parents 625a36b + a0538a2 commit 7ec925a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ the ``properties`` member:
Metadata is stored in a PostgreSQL HStore field, which allows us to
store arbitrary key-value pairs with a link record.
"""
metadata = HStoreField(blank=True, null=True, default={})
metadata = HStoreField(blank=True, null=True, default=dict)
geo = models.LineStringField()
objects = models.GeoManager()
Expand Down

0 comments on commit 7ec925a

Please sign in to comment.