At the moment, admindocs raises an unhandled KeyError when trying to
display documentation on custom field types, because it tries to pull a
human readable field type description out of a dictionary, based on the
return value of the field's get_internal_type method.
I'm working on solving this is
At the moment, admindocs raises an unhandled KeyError when trying to
display documentation on custom field types, because it tries to pull a
human readable field type description out of a dictionary, based on the
return value of the field's get_internal_type method.
I'm working on solving this is