wevote / WeVoteServer

We Vote's API application server written in Django/Python. Election data pulled from many sources, used by https://github.com/wevote/WebApp and https://github.com/wevote/WeVoteCordova and https://github.com/wevote/Campaigns.
https://api.wevoteusa.org
MIT License
50 stars 470 forks source link

Temporary solution for bug where candidate2_we_vote_id in CandidatesArePossibleDuplicates and politician2_we_vote_id in PoliticiansArePossibleDuplicates are null. Will need longer term solution to problem where these are saving as null. #2776

Closed DaleMcGrew closed 1 month ago

DaleMcGrew commented 1 month ago

Temporary solution for bug where candidate2_we_vote_id in CandidatesArePossibleDuplicates and politician2_we_vote_id in PoliticiansArePossibleDuplicates are null. Will need longer term solution to problem where these are saving as null.