Skip to content
This repository has been archived by the owner on Apr 22, 2021. It is now read-only.

Commit

Permalink
Remove 'number of activites' from new API call
Browse files Browse the repository at this point in the history
  • Loading branch information
allthatilk committed Sep 27, 2017
1 parent 220c9a5 commit b7d4f7f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion iati_datastore/iatilib/frontend/api1.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ def nest_about_dataset():
'last_status_code': ds_r.last_status_code,
'last_successful_fetch': ds_r.last_succ.isoformat() if ds_r.last_succ else None,
'last_parsed': ds_r.last_parsed.isoformat() if ds_r.last_parsed else None,
# 'num_of_activities': ds_r.activities.count(),
}
datasets[dataset.name] = resources

Expand Down

0 comments on commit b7d4f7f

Please sign in to comment.