1
A Profile instance is not a queryset.
You shouldn’t be overriding get_queryset
, you should be overriding get_object
, which returns the specific object you want to display.
Source:stackexchange.com
1
A Profile instance is not a queryset.
You shouldn’t be overriding get_queryset
, you should be overriding get_object
, which returns the specific object you want to display.