palewire / django-calaccess-campaign-browser

A Django app to refine, review and republish campaign finance data drawn from the California Secretary of State’s CAL-ACCESS database
http://django-calaccess-campaign-browser.californiacivicdata.org
MIT License
17 stars 12 forks source link

Did my first through my first real check, added expenditure code descrip... #19

Closed armendariz closed 10 years ago

armendariz commented 10 years ago

...tions, a model method to Committees that shows all the links that tie back to the committee (treasurers, candidates, other committees). I already restructured the Filer/Committee relationship to have the candidate be the controlling filer of all their committees, but wanted to explore some of the other links between committees so I added the model method. Also added palewire's queryset dump as a utility so I can cut out contributions that I want to look at. Added an export management command that smashes out some flat files that are easy for reporters to query. They just smush down the relationships.