Handling custom field types in admindocs. (#7977)

2009-05-30 Thread J. Clifford Dyer
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

Handling custom field types in admindocs. (#7977)

2009-05-30 Thread J. Clifford Dyer
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