mirror of
https://github.com/Hopiu/django-fobi.git
synced 2026-05-20 02:11:52 +00:00
Fix
This commit is contained in:
parent
81e9f27959
commit
de7c3f91d5
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue