|
|
|
|
|
by pdhborges
1106 days ago
|
|
In my current codebase there is a lot more overriding going on than simply implementing the retrieve/list/etc... methods. On a quick review I found overrides for:
- get_object
- get_serializer_class
- perform_create
- get_queryset
- get_serializer_context
- perform_destroy |
|