Skip to content

Commit

Permalink
Add places.dossier_count (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
annakovale committed Jul 19, 2017
1 parent 0a1f8b5 commit db91397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gapipy/resources/geo/place.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class Place(Resource):
_as_is_fields = [
'id', 'href', 'name', 'ascii_name', 'population', 'elevation',
'latitude', 'longitude', 'bounding_box', 'alternate_names',
'admin_divisions',
'admin_divisions', 'dossier_count',
]
_date_time_fields_utc = ['date_created', 'date_last_modified']
_resource_fields = [
Expand Down

0 comments on commit db91397

Please sign in to comment.