Relative Content

Tag Archive for pythondjangodjango-modelsdjango-prefetch-related

prefetch_related within model method

So I have a Django model which is a foreign key for several other models. I want to add a method to my model and see if my instance of the model actually has any related objects. Two questions: