What method must be overridden when creating a custom object-level permission class in DRF?
has_permission() only
has_permission() and has_object_permission()
set_object_permission()
has_object_permission() only
This question is part of this quiz :
Python | Django Authorization