This commit is contained in:
Artur Barseghyan 2020-01-11 23:47:59 +01:00
parent 81e9f27959
commit de7c3f91d5

View file

@ -447,7 +447,7 @@ def assemble_serializer_class(form_entry,
return attrs
def __repr__(self):
representation.serializer_repr(self, indent=1)
return representation.serializer_repr(self, indent=1)
# The following are used for accessing `BoundField` instances on the
# serializer, for the purposes of presenting a form-like API onto the