Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Commit

Permalink
add fields to presidential csv
Browse files Browse the repository at this point in the history
  • Loading branch information
rshorey committed Apr 12, 2019
1 parent ad9b41b commit 9391f75
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cycle_2020/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,9 @@ def presidential_csv(request):
'period_total_disbursements', 'cycle_total_disbursements',
'period_individuals_unitemized', 'cycle_individuals_unitemized',
'period_individuals_itemized', 'cycle_individuals_itemized',
'period_transfers_from_authorized','cycle_transfers_from_authorized']
'period_transfers_from_authorized','cycle_transfers_from_authorized',
'period_individual_contribution_total', 'cycle_individual_contribution_total',
'coverage_from_date', 'coverage_through_date']

def rows_with_totals():
yield candidate_fields+filing_fields+['cycle_candidate_donations_plus_loans','period_candidate_donations_plus_loans']
Expand Down

0 comments on commit 9391f75

Please sign in to comment.