Resolve resource type in serializer's meta class #1019
Open
Description
utils.get_resource_type_from_serializer
is called several times throughout the DJA code base. When this method raises an AttributeError
it is a configuration/code setup issue and not a runtime issue. Besides there is no error message describing want went wrong.
Goals:
- move logic of
get_resource_type_from_serializer
to serializer's meta class - improve error handling (better error message).