mysociety / yournextrepresentative

A website for crowd-sourcing structured election candidate data
https://candidates.democracyclub.org.uk/
GNU Affero General Public License v3.0
56 stars 21 forks source link

Fix a test for whether an ImageExtra exists in CSV generation #764

Closed mhl closed 8 years ago

mhl commented 8 years ago

This test was broken - if an ImageExtra is missing, then django.db.models.fields.related.RelatedObjectDoesNotExist is raised. Catch the exception superclass for objects that don't exist instead.

symroe commented 8 years ago

Tested on the live server and this works :+1: