Closed mhl closed 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.
Tested on the live server and this works :+1:
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.