Fixed formatting issue
This commit is contained in:
parent
6b38ef3c9f
commit
2d76aebb8e
@ -1108,8 +1108,8 @@ class ReferenceField(BaseField):
|
||||
if self.document_type._meta.get('abstract') and \
|
||||
not isinstance(value, self.document_type):
|
||||
self.error(
|
||||
'%s is not an instance of abstract reference type %s' % (value,
|
||||
self.document_type._class_name)
|
||||
'%s is not an instance of abstract reference type %s' % (
|
||||
value, self.document_type._class_name)
|
||||
)
|
||||
|
||||
def lookup_member(self, member_name):
|
||||
|
Loading…
x
Reference in New Issue
Block a user