fixed some wrong string formating

This commit is contained in:
Ludwig Kraatz 2012-12-03 20:34:35 +01:00
parent d76333b48e
commit ddf2124bb4

View File

@ -673,7 +673,7 @@ class HyperlinkedIdentityField(Field):
except:
pass
raise ValidationError('Could not resolve URL for field using view name "%s"', view_name)
raise ValidationError('Could not resolve URL for field using view name "%s"' % view_name)
##### Typed Fields #####