We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 139f2ee commit 21477f3Copy full SHA for 21477f3
rest_framework_docs/api_endpoint.py
@@ -33,9 +33,7 @@ def __get_serializer_fields__(self):
33
"required": field.required
34
} for key, field in serializer().get_fields().items()]
35
36
- # for name, field in serializer().get_fields().items():
37
- # print(name)
38
- # print(dir(field))
39
- # print('--------')
+ # FIXME:
+ # Show more attibutes of `field`?
40
41
return fields
0 commit comments