mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-23 22:49:50 +03:00
fixed some wrong string formating
This commit is contained in:
parent
d76333b48e
commit
ddf2124bb4
|
@ -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 #####
|
||||
|
|
Loading…
Reference in New Issue
Block a user