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

FilingPeriod integrity errors #224

Open palewire opened 9 years ago

palewire commented 9 years ago

Our attempt to clean up and separate the filing periods attached to each CAL-ACCESS filing hit a road block identified by @danhillreports in #132.

It seems there is some kind of integrity error, which I suspect is caused by foreign and primary keys that don't line up.

For the time being, I've removed our period model and loader from the trunk and parked it over in a new filing_periods branch. Some day we need to sort this out.