CandidatePhone Model

class elections.models.CandidatePhone

Contact phone numbers for each candidate.

candidate

Required ForeignKey( Candidate )

The Candidate for this phone number.

phone_number

CharField(15)

extension

CharField(10)

location

CharField(64)

detail

CharField(64)

checksum

Required CharField(32)

A calculated hash to see if imported data is different from the current data.

Previous topic

CandidateEducation Model

Next topic

CandidateURL Model